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 out
int color
int tag[10]
NstVertex()
NstVertex(int new_color, int new_label=0)
void copy(const NstVertex& s, int deep = 0)
NstVertex* clone(int deep = 0)
void print(ostream &s) const
Nst_Vertex_Type type() const
Alphabetic index HTML hierarchy of classes or Java