User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Branch - BGraphBaseC
 

  PUBLIC
BGraphBaseC::BGraphBaseC(void)
BGraphBaseC::BGraphBaseC(const BGraphBaseC &)
BGraphBaseC::BGraphBaseC(const BGraphBaseC &,SizeT)
BGraphBaseC::Node(NodeHandleT)
BGraphBaseC::NoNodes(void) const
BGraphBaseC::Insert(BGraphNodeBaseC &)
BGraphBaseC::Insert(BGraphEdgeBaseC &)
BGraphBaseC::Dup(BGraphNodeBaseC &)
BGraphBaseC::IsValid(NodeHandleT) const
BGraphBaseC::Dump(ostream &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   BGraphBaseC   
 
Base BGraph
 
include "Ravl/BGraphBase.hh"
Created:19/02/1997 
User Level:Develop
Library:RavlCore
In Scope:RavlN

Parent Classes: Variables:
Methods:
BGraphBaseC()
Constructor.

BGraphBaseC(const BGraphBaseC & Oth)
Copy constructor.

BGraphBaseC(const BGraphBaseC & Oth,SizeT Delta)
Copy constructor.
Expand array to add 'Delta' extra nodes.

BGraphNodeBaseC & Node(NodeHandleT ID)
Get a node.

IntT NoNodes() const
Get number of nodes.

void Insert(BGraphNodeBaseC & node)
Insert a node, modifies current graph

void Insert(BGraphEdgeBaseC & Edge)
Insert an edge, modifies current graph.

void Dup(BGraphNodeBaseC & nd)
Substitue a node structure.

bool IsValid(NodeHandleT H) const
Check a node handle is valid. (For debuging.)

void Dump(ostream & out)
Dump to stream.

#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/02/1997, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002