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

DataGraph.hpp

Go to the documentation of this file.
00001 
00010 typedef class GLabel 
00011         {
00012         public:
00013                 //members
00014                 bool type;
00015                 int label;
00016                 Cc ob;
00017                 //functions
00018                 GLabel();
00019         } GLab;
00020 
00028 node NodeRead(graph &,int);
00029 node NodeObjectRead(graph &,node_map<GLab> &,GLab &);
00030 
00031 int NodeSearch(graph &,node);
00032 int NodeSearch(list<node>,node);
00033 node NodeObjectSearch(graph &,node_map<GLab> &,GLab &);
00034 
00035 void GraphShell(graph &,node_map<GLab> &,edge_map<bool> &);

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