|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Variables:
- const int CheckNum = 0x12345678;
-
Methods:
- GraphNodeDatC(BaseGraphC & graph,const NodeT & Dat)
-
- ~GraphNodeDatC()
-
Destructor.
- NodeT & Data(void)
-
Get at data.
- const NodeT & Data(void) const
-
Get at data.
- BooleanT IsValid() const
-
- const IntrDListC<GraphAdjRepC> & In() const
-
Returns the constant list of graph adjacencies which have this node
as target node.
- const IntrDListC<GraphAdjRepC> & Out() const
-
Returns the constant list of graph adjacencies which have this node
as source node.
- IntrDListC<GraphAdjRepC> & In()
-
Returns the list of graph adjacencies which have this node
as target node.
- IntrDListC<GraphAdjRepC> & Out()
-
Returns the list of graph adjacencies which have this node
as source node.
- MarkerT & Marker()
-
Access to the marker of this node.
- MarkerT Marker() const
-
Returns the marker of this node.
- const GenClassT & Attr() const
-
Returns the pointer to the attributes of this node.
- GenClassT Attr()
-
Returns the pointer to the attributes of this node.
- void DebugPrint(ostream & s) const
-
Print content of marker and address of this node.
- void DelInEdges()
-
Delete all input edges.
- void DelOutEdges()
-
- 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
|