User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Branch - BGraphEdgeC<class NT,class ET>
 

  PUBLIC
BGraphEdgeC::BGraphEdgeC(BGraphTypesC::NodeHandleT,BGraphTypesC::NodeHandleT,const ET &)
BGraphEdgeC::Source(void) const
BGraphEdgeC::Target(void) const
BGraphEdgeC::Data(void)
BGraphEdgeC::Data(void) const
BGraphEdgeC::NodeH(Dir) const
BGraphEdgeC::operator ==(const BGraphEdgeC &) const
BGraphEdgeC::Hash(void) const
BGraphEdgeBaseC::Node(Dir) const
BGraphEdgeBaseC::NextEdge(Dir)
BGraphEdgeBaseC::Dump(ostream &)
BGraphEdgeBaseC::Hash(void) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   BGraphEdgeC<class NT,class ET>   
 
BGraph Edge.
 
include "Ravl/BGraphEdge.hh"
Created:19/2/1997 
User Level:Develop
Library:RavlCore
In Scope:RavlN

Parent Classes: Variables:
Methods:
BGraphEdgeC(BGraphTypesC::NodeHandleT From,BGraphTypesC::NodeHandleT To,const ET & nDat)
Constructor.

BGraphTypesC::NodeHandleT Source() const
Source of edge. inline const BGraphNodeC &Source() const; Source of edge.

BGraphTypesC::NodeHandleT Target() const
Target of edge. inline const BGraphNodeC &Target() const ; Target of edge.

ET & Data()
Access edge data.

const ET & Data() const
Constant access to edge data.

NodeHandleT NodeH(Dir Way) const
Get nodes at ends of edge.

bool operator ==(const BGraphEdgeC & oth) const
Are they the same edge ?

UIntT Hash() const
Get a hash value of this edge

#include "Ravl/BGraphBase.hh"
NodeHandleT Node(Dir Way) const
Get nodes at ends of edge.

BGraphEdgeBaseC & NextEdge(Dir Way)
Get edges.

void Dump(ostream & out)
Dump to stream.

UIntT Hash() const
Get hash value.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 19/2/1997, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002