Vertex of a graph (see class NstGraph)
Vertex of a graph (see class NstGraph). Basic object.A vertex has a list of incoming edges (see the class NstEdge) for which he is the head, and a list of outgoing edges for which he is the tail.
NstEdgeList in
NstEdgeList out
int color
int tag[10]
NstVertex()
NstVertex(int new_color, int new_label=0)
void copy(const NstVertex& s, int deep = 0)
virtual NstVertex* clone(int deep = 0)
virtual void print(ostream &s)
virtual Nst_Vertex_Type type()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de