class  NstGraph  Directed graph
Directed graph. A directed graph is represented by a list of vertices (see the classes NstVertex and NstVertexList) and a list of directed edges (see the classes NstEdge and NstEdgeList).
 
 
 
 
 
 
 
 
 
 
 
 
 
 NstVertexList  vertices
  NstGraph()
  NstGraph(const NstEdgeList &new_edges, const NstVertexList &new_vertices)
 virtual  ~NstGraph()
 void  copy(const NstGraph& s, int deep = 0)
 NstGraph*  clone(int deep = 0)
 virtual  void  output_vcg(ostream &s)
 void  exec_vcg()
 void  system_vcg()
 NstGraph*  merge_color()
 NstGraphList*  graph_color()
 int  topological_sort()
 int  graph_scc()
 int  graph_cc()
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de