Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::SpringEmbedderFRExact::ArrayGraph Class Reference

List of all members.

Public Member Functions

 ArrayGraph (GraphAttributes &ga)
 ~ArrayGraph ()
void initCC (int i)
int numberOfCCs () const
int numberOfNodes () const
int numberOfEdges () const
node original (int v) const
const SList< node > & nodesInCC (int i) const

Public Attributes

int * m_src
int * m_tgt
double * m_x
double * m_y
double * m_nodeWeight
bool m_useNodeWeight

Private Attributes

int m_numNodes
int m_numEdges
int m_numCC
GraphAttributesm_ga
nodem_orig
Array< SList< node > > m_nodesInCC
NodeArray< int > m_mapNode

Detailed Description

Definition at line 135 of file SpringEmbedderFRExact.h.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 157 of file SpringEmbedderFRExact.h.

Definition at line 152 of file SpringEmbedderFRExact.h.

Definition at line 154 of file SpringEmbedderFRExact.h.

Definition at line 153 of file SpringEmbedderFRExact.h.

Definition at line 156 of file SpringEmbedderFRExact.h.


Member Data Documentation


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