User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
GraphEdgeDatC::GraphEdgeDatC(GraphNodeRepC &,GraphNodeRepC &,const EdgeT &)
GraphEdgeDatC::~GraphEdgeDatC(void)
GraphEdgeDatC::Data(void)
GraphEdgeDatC::Data(void) const
GraphEdgeDatC::IsValid(void) const
GraphEdgeRepC::Source(void) const
GraphEdgeRepC::Source(void)
GraphEdgeRepC::Target(void) const
GraphEdgeRepC::Target(void)
GraphEdgeRepC::Node1(void) const
GraphEdgeRepC::Node1(void)
GraphEdgeRepC::Node2(void) const
GraphEdgeRepC::Node2(void)
GraphEdgeRepC::Marker(void)
GraphEdgeRepC::Marker(void) const
GraphEdgeRepC::Attr(void) const
GraphEdgeRepC::Attr(void)
GraphEdgeRepC::DebugPrint(ostream &) const
GraphEdgeRepC::Hash(void) const
GraphEdgeDatC<class EdgeT>
 
Edge data.
 
include "amma/GraphEdge.hh"
User Level:Default
Library:Mgraph
Example:exBiHash.cc
Section:Containers.Graphs
In Scope:std

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

#include "amma/BoGraph.hh"
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