class  NstEdge  Directed edge in a graph (see class NstGraph)
Directed edge in a graph (see class NstGraph). Basic object.An edge is directed from a vertex (see class NstVertex) called the tail to a vertex called the head.
 
 
 
 
 
 
 
 
 
 
 int  tag[10]
  NstEdge()
 virtual  ~NstEdge()
 void  copy(const NstEdge & s, int deep = 0)
 virtual  NstEdge*  clone(int deep = 0)
 virtual  void  print(ostream &s)
 virtual  Nst_Edge_Type  type()
 NstVertex*  from()
 NstVertex*  to()
 void  from(NstVertex * const new_from)
 void  to(NstVertex * const new_to)
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de