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

FileXGMML.hpp

Go to the documentation of this file.
00001 
00006 class XGMMLWriter
00007         {
00008         protected:
00009                 //members
00010                 char* namefile;
00011                 ofstream* xgf;
00012                 bool g;
00013                 bool d;
00014                 //functions
00015                 void GraphWrite(graph &,node_map<GLab> &,edge_map<bool> &);
00016                 void SubGraphWrite(graph &,node_map<GLab> &,edge_map<bool> &);
00017                 void XGMMLBegin();
00018                 void XGMMLNodes(graph &,node_map<GLab> &);
00019                 void XGMMLNodes(list<node> &,node_map<GLab> &);
00020                 void XGMMLNode(GLab &,int);
00021                 void XGMMLEdges(graph &,node_map<GLab> &,edge_map<bool> &);
00022                 void XGMMLEdges(list<edge> &,list<node> &,edge_map<bool> &,node_map<GLab> &);
00023                 void XGMMLEdge(GLab &,GLab &,char*);
00024                 void XGMMLEnd();
00025         public:
00026                 //functions
00027                 XGMMLWriter(graph &,node_map<GLab> &,edge_map<bool> &,bool,bool,char*);
00028         };

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