Open
Graph Drawing
Framework

 v.2010.10
 

Classes | Public Types | Public Member Functions | Public Attributes | Private Attributes

ogdf::LHTreeNode Class Reference

#include <ogdf/layered/ExtendedNestingGraph.h>

List of all members.

Classes

struct  Adjacency
struct  ClusterCrossing

Public Types

enum  Type { Compound, Node, AuxNode }

Public Member Functions

 LHTreeNode (cluster c, LHTreeNode *up)
 LHTreeNode (LHTreeNode *parent, node v, Type t=Node)
bool isCompound () const
int numberOfChildren () const
const LHTreeNodeparent () const
const LHTreeNodechild (int i) const
cluster originalCluster () const
node getNode () const
const LHTreeNodeup () const
const LHTreeNodedown () const
int pos () const
LHTreeNodeparent ()
void setParent (LHTreeNode *p)
LHTreeNodechild (int i)
void initChild (int n)
void setChild (int i, LHTreeNode *p)
void setPos ()
void store ()
void restore ()
void permute ()
void removeAuxChildren ()
void * operator new (size_t nBytes)
void * operator new (size_t, void *p)
void operator delete (void *p, size_t nBytes)

Public Attributes

List< Adjacencym_upperAdj
List< Adjacencym_lowerAdj
List< ClusterCrossingm_upperClusterCrossing
List< ClusterCrossingm_lowerClusterCrossing

Private Attributes

LHTreeNodem_parent
cluster m_origCluster
node m_node
Type m_type
Array< LHTreeNode * > m_child
Array< LHTreeNode * > m_storedChild
LHTreeNodem_up
LHTreeNodem_down
int m_pos

Detailed Description

Definition at line 150 of file ExtendedNestingGraph.h.


Member Enumeration Documentation

Enumerator:
Compound 
Node 
AuxNode 

Definition at line 153 of file ExtendedNestingGraph.h.


Constructor & Destructor Documentation

ogdf::LHTreeNode::LHTreeNode ( cluster  c,
LHTreeNode up 
) [inline]

Definition at line 192 of file ExtendedNestingGraph.h.

ogdf::LHTreeNode::LHTreeNode ( LHTreeNode parent,
node  v,
Type  t = Node 
) [inline]

Definition at line 204 of file ExtendedNestingGraph.h.


Member Function Documentation

const LHTreeNode* ogdf::LHTreeNode::child ( int  i  )  const [inline]

Definition at line 219 of file ExtendedNestingGraph.h.

LHTreeNode* ogdf::LHTreeNode::child ( int  i  )  [inline]

Definition at line 234 of file ExtendedNestingGraph.h.

const LHTreeNode* ogdf::LHTreeNode::down (  )  const [inline]

Definition at line 225 of file ExtendedNestingGraph.h.

node ogdf::LHTreeNode::getNode (  )  const [inline]

Definition at line 222 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::initChild ( int  n  )  [inline]

Definition at line 235 of file ExtendedNestingGraph.h.

bool ogdf::LHTreeNode::isCompound (  )  const [inline]

Definition at line 214 of file ExtendedNestingGraph.h.

int ogdf::LHTreeNode::numberOfChildren (  )  const [inline]

Definition at line 216 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::operator delete ( void *  p,
size_t  nBytes 
) [inline]

Definition at line 265 of file ExtendedNestingGraph.h.

void* ogdf::LHTreeNode::operator new ( size_t  ,
void *  p 
) [inline]

Definition at line 265 of file ExtendedNestingGraph.h.

void* ogdf::LHTreeNode::operator new ( size_t  nBytes  )  [inline]

Definition at line 265 of file ExtendedNestingGraph.h.

cluster ogdf::LHTreeNode::originalCluster (  )  const [inline]

Definition at line 221 of file ExtendedNestingGraph.h.

LHTreeNode* ogdf::LHTreeNode::parent (  )  [inline]

Definition at line 231 of file ExtendedNestingGraph.h.

const LHTreeNode* ogdf::LHTreeNode::parent (  )  const [inline]

Definition at line 218 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::permute (  )  [inline]

Definition at line 242 of file ExtendedNestingGraph.h.

int ogdf::LHTreeNode::pos (  )  const [inline]

Definition at line 227 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::removeAuxChildren (  ) 
void ogdf::LHTreeNode::restore (  )  [inline]

Definition at line 241 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::setChild ( int  i,
LHTreeNode p 
) [inline]

Definition at line 236 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::setParent ( LHTreeNode p  )  [inline]

Definition at line 232 of file ExtendedNestingGraph.h.

void ogdf::LHTreeNode::setPos (  ) 
void ogdf::LHTreeNode::store (  )  [inline]

Definition at line 240 of file ExtendedNestingGraph.h.

const LHTreeNode* ogdf::LHTreeNode::up (  )  const [inline]

Definition at line 224 of file ExtendedNestingGraph.h.


Member Data Documentation

Definition at line 258 of file ExtendedNestingGraph.h.

Definition at line 262 of file ExtendedNestingGraph.h.

Definition at line 247 of file ExtendedNestingGraph.h.

Definition at line 249 of file ExtendedNestingGraph.h.

Definition at line 255 of file ExtendedNestingGraph.h.

Definition at line 254 of file ExtendedNestingGraph.h.

Definition at line 252 of file ExtendedNestingGraph.h.

int ogdf::LHTreeNode::m_pos [private]

Definition at line 263 of file ExtendedNestingGraph.h.

Definition at line 259 of file ExtendedNestingGraph.h.

Definition at line 256 of file ExtendedNestingGraph.h.

Definition at line 261 of file ExtendedNestingGraph.h.

Definition at line 246 of file ExtendedNestingGraph.h.

Definition at line 248 of file ExtendedNestingGraph.h.


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