Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Public Attributes

ogdf::LHTreeNode::Adjacency Struct Reference

#include <ogdf/layered/ExtendedNestingGraph.h>

List of all members.

Public Member Functions

 Adjacency ()
 Adjacency (node u, LHTreeNode *vNode, int weight=1)
void * operator new (size_t nBytes)
void * operator new (size_t, void *p)
void operator delete (void *p, size_t nBytes)

Public Attributes

node m_u
LHTreeNodem_v
int m_weight

Detailed Description

Definition at line 155 of file ExtendedNestingGraph.h.


Constructor & Destructor Documentation

ogdf::LHTreeNode::Adjacency::Adjacency (  )  [inline]

Definition at line 157 of file ExtendedNestingGraph.h.

ogdf::LHTreeNode::Adjacency::Adjacency ( node  u,
LHTreeNode vNode,
int  weight = 1 
) [inline]

Definition at line 158 of file ExtendedNestingGraph.h.


Member Function Documentation

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

Definition at line 168 of file ExtendedNestingGraph.h.

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

Definition at line 168 of file ExtendedNestingGraph.h.

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

Definition at line 168 of file ExtendedNestingGraph.h.


Member Data Documentation

Definition at line 164 of file ExtendedNestingGraph.h.

Definition at line 165 of file ExtendedNestingGraph.h.

Definition at line 166 of file ExtendedNestingGraph.h.


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