|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
It can
be linked into a list of graph node. An instance of thist class
contains information about the edges which go into the node and
which go out.
Parent Classes:
Derived Classes:
Typedefs:
- typedef int MarkerT;
-
- typedef void * GenClassT;
-
Variables:
Methods:
- GraphNodeRepC(BaseGraphC & graph,GenClassT nodeAttr)
-
Creates the node of a graph.
- 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()
-
- ~GraphNodeRepC()
-
Destructor.
- UIntT Hash(void) const
-
Returns a hash value for the current node.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|