Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

DataGraph.hpp File Reference

Go to the source code of this file.

Compounds

class  GLabel

Typedefs

typedef GLabel GLab

Functions

node NodeRead (graph &, int)
node NodeObjectRead (graph &, node_map< GLab > &, GLab &)
int NodeSearch (graph &, node)
int NodeSearch (list< node >, node)
node NodeObjectSearch (graph &, node_map< GLab > &, GLab &)
void GraphShell (graph &, node_map< GLab > &, edge_map< bool > &)


Detailed Description

Author:
mathieu delalandre
Date:
04/2004

Typedef Documentation

typedef class GLabel GLab
 

Node label class type true 'cc', false 'loop'


Function Documentation

void GraphShell graph &  g,
node_map< GLab > &  nl,
edge_map< bool > &  el
 

a print shell processing for graph

node NodeObjectRead graph &  g,
node_map< GLab > &  nl,
GLab labsearch
 

return a node (adress) according to an ob label

node NodeObjectSearch graph &  g,
node_map< GLab > &  nl,
GLab labsearch
 

return a node (adress) according to an ob topology (cgx,cgy and x0,y0)

node NodeRead graph &  g,
int  p
 

return a node (adress) according to its graph position

int NodeSearch list< node >  nodes,
node  n
 

return an node position according to its node adress

int NodeSearch graph &  g,
node  n
 

return an node position according to its node adress


Generated on Mon May 31 22:42:45 2004 for CCLib by doxygen1.3