Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Public Attributes

ogdf::RadialTreeLayout::Group Struct Reference

List of all members.

Public Member Functions

 Group (RadialTreeLayout *data, node v)
bool isSameType (node v) const
void append (node v)
double add () const
node leftVertex () const
node rightVertex () const

Public Attributes

RadialTreeLayoutm_data
bool m_leafGroup
SListPure< nodem_nodes
double m_sumD
double m_sumW
double m_leftAdd
double m_rightAdd

Detailed Description

Definition at line 124 of file RadialTreeLayout.h.


Constructor & Destructor Documentation

ogdf::RadialTreeLayout::Group::Group ( RadialTreeLayout data,
node  v 
) [inline]

Definition at line 135 of file RadialTreeLayout.h.


Member Function Documentation

double ogdf::RadialTreeLayout::Group::add (  )  const [inline]

Definition at line 154 of file RadialTreeLayout.h.

void ogdf::RadialTreeLayout::Group::append ( node  v  )  [inline]

Definition at line 148 of file RadialTreeLayout.h.

bool ogdf::RadialTreeLayout::Group::isSameType ( node  v  )  const [inline]

Definition at line 144 of file RadialTreeLayout.h.

node ogdf::RadialTreeLayout::Group::leftVertex (  )  const [inline]

Definition at line 155 of file RadialTreeLayout.h.

node ogdf::RadialTreeLayout::Group::rightVertex (  )  const [inline]

Definition at line 156 of file RadialTreeLayout.h.


Member Data Documentation

Definition at line 126 of file RadialTreeLayout.h.

Definition at line 128 of file RadialTreeLayout.h.

Definition at line 132 of file RadialTreeLayout.h.

Definition at line 129 of file RadialTreeLayout.h.

Definition at line 133 of file RadialTreeLayout.h.

Definition at line 130 of file RadialTreeLayout.h.

Definition at line 131 of file RadialTreeLayout.h.


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