Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::RadialTreeLayout::Group Struct Reference

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 115 of file RadialTreeLayout.h.


Constructor & Destructor Documentation

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

Definition at line 126 of file RadialTreeLayout.h.


Member Function Documentation

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

Definition at line 145 of file RadialTreeLayout.h.

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

Definition at line 139 of file RadialTreeLayout.h.

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

Definition at line 135 of file RadialTreeLayout.h.

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

Definition at line 146 of file RadialTreeLayout.h.

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

Definition at line 147 of file RadialTreeLayout.h.


Member Data Documentation

RadialTreeLayout* ogdf::RadialTreeLayout::Group::m_data

Definition at line 117 of file RadialTreeLayout.h.

bool ogdf::RadialTreeLayout::Group::m_leafGroup

Definition at line 119 of file RadialTreeLayout.h.

double ogdf::RadialTreeLayout::Group::m_leftAdd

Definition at line 123 of file RadialTreeLayout.h.

SListPure<node> ogdf::RadialTreeLayout::Group::m_nodes

Definition at line 120 of file RadialTreeLayout.h.

double ogdf::RadialTreeLayout::Group::m_rightAdd

Definition at line 124 of file RadialTreeLayout.h.

double ogdf::RadialTreeLayout::Group::m_sumD

Definition at line 121 of file RadialTreeLayout.h.

double ogdf::RadialTreeLayout::Group::m_sumW

Definition at line 122 of file RadialTreeLayout.h.


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