|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Variables:
- const int CheckNum = 0x56781234;
-
Methods:
- GraphEdgeDatC(GraphNodeRepC & From,GraphNodeRepC & To,const EdgeT & Dat)
-
- ~GraphEdgeDatC()
-
Destructor.
- EdgeT & Data(void)
-
Get at data.
- const EdgeT & Data(void) const
-
Get at data.
- BooleanT IsValid() const
-
- const GraphNodeRepC & Source() const
-
Returns the constant source node of this edge.
- GraphNodeRepC & Source()
-
Returns the source node of this edge.
- const GraphNodeRepC & Target() const
-
Returns the constant target node of this edge.
- GraphNodeRepC & Target()
-
Returns the target node of this edge.
- const GraphNodeRepC & Node1() const
-
Returns the first constant node of this edge.
- GraphNodeRepC & Node1()
-
Returns the first node of this edge.
- const GraphNodeRepC & Node2() const
-
Returns the second constant node of this edge.
- GraphNodeRepC & Node2()
-
Returns the second node of this edge.
- MarkerT & Marker()
-
Access to the marker of this edge.
- MarkerT Marker() const
-
Returns the marker of this edge.
- const GenClassT & Attr() const
-
Returns the pointer to the attributes of this edge.
- GenClassT Attr()
-
Returns the pointer to the attributes of this edge.
- void DebugPrint(ostream & s) const
-
- UIntT Hash(void) const
-
Returns a hash value for the current node.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|