Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Public Attributes | Friends

ogdf::CompactionConstraintGraph< ATYPE >::Interval Struct Reference

List of all members.

Public Member Functions

 Interval (node v, ATYPE low, ATYPE high)

Public Attributes

ATYPE m_low
ATYPE m_high
node m_pathNode

Friends

ostream & operator<< (ostream &os, const Interval &interval)

Detailed Description

template<class ATYPE>
struct ogdf::CompactionConstraintGraph< ATYPE >::Interval

Definition at line 364 of file CompactionConstraintGraph.h.


Constructor & Destructor Documentation

template<class ATYPE>
ogdf::CompactionConstraintGraph< ATYPE >::Interval::Interval ( node  v,
ATYPE  low,
ATYPE  high 
) [inline]

Definition at line 366 of file CompactionConstraintGraph.h.


Friends And Related Function Documentation

template<class ATYPE>
ostream& operator<< ( ostream &  os,
const Interval interval 
) [friend]

Definition at line 376 of file CompactionConstraintGraph.h.


Member Data Documentation

template<class ATYPE>
ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_high

Definition at line 372 of file CompactionConstraintGraph.h.

template<class ATYPE>
ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_low

Definition at line 372 of file CompactionConstraintGraph.h.

Definition at line 373 of file CompactionConstraintGraph.h.


The documentation for this struct was generated from the following file: