HierarchicalGraph.cpp File Reference
#include <string>
#include <cassert>
#include <math.h>
#include <stack>
#include <tulip/AcyclicTest.h>
#include <tulip/TreeTest.h>
#include <tulip/MethodFactory.h>
#include <tulip/LayoutProperty.h>
#include <tulip/BooleanProperty.h>
#include <tulip/GraphTools.h>
#include <tulip/ForEach.h>
#include <tulip/SortIterator.h>
#include "HierarchicalGraph.h"
Include dependency graph for HierarchicalGraph.cpp:
Classes
Defines
Functions
- LAYOUTPLUGINOFGROUP (HierarchicalGraph,"Hierarchical Graph","David Auber","23/05/2000","Alpha","0","1","Hierarchical")
- void dfsRecCall (Graph *sg, vector< node > &vec, MutableContainer< bool > &nodeVisited, node n)
- void buildDfsOrdering (Graph *sg, vector< node > &vec)
Variables
Define Documentation
#define ORIENTATION "horizontal;vertical;" |
|
Function Documentation
void @1::buildDfsOrdering |
( |
Graph * |
sg, |
|
|
vector< node > & |
vec |
|
) |
[static] |
|
void @1::dfsRecCall |
( |
Graph * |
sg, |
|
|
vector< node > & |
vec, |
|
|
MutableContainer< bool > & |
nodeVisited, |
|
|
node |
n |
|
) |
[static] |
|
LAYOUTPLUGINOFGROUP |
( |
HierarchicalGraph |
, |
|
|
"Hierarchical Graph" |
, |
|
|
"David Auber" |
, |
|
|
"23/05/2000" |
, |
|
|
"Alpha" |
, |
|
|
"0" |
, |
|
|
"1" |
, |
|
|
"Hierarchical" |
|
|
) |
|
|
Variable Documentation
|