Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Branch - BGraphBaseNodeIterC
 

  PUBLIC
BGraphBaseNodeIterC::BGraphBaseNodeIterC(BGraphBaseC &)
BGraphBaseNodeIterC::BGraphBaseNodeIterC(BGraphBaseC &,NodeHandleT)
BGraphBaseNodeIterC::First(void)
BGraphBaseNodeIterC::Next(void)
BGraphBaseNodeIterC::operator ++(int)
BGraphBaseNodeIterC::IsElm(void) const
BGraphBaseNodeIterC::operator bool(void) const
BGraphBaseNodeIterC::Node(void)
BGraphBaseNodeIterC::NodeH(void) const
BGraphBaseNodeIterC::Dump(void)

   BGraphBaseNodeIterC   
 
Node iterator base class.
 
include "Ravl/BGraphBaseIter.hh"
Created:26/02/1997 
Source file:Ravl/Core/Container/Branch/BGraphBaseIter.hh
User Level:Develop
Library:RavlCore
In Scope:RavlN

Parent Classes: Variables:
BGraphBaseC G;
Graph.

IndexC i;

Methods:
BGraphBaseNodeIterC(BGraphBaseC & nGraph)
Constructor.

BGraphBaseNodeIterC(BGraphBaseC & nGraph,NodeHandleT nd)
Constructor.

void First()
Goto first node.

void Next()
Goto next node.

void operator ++(int)
Goto next node.

bool IsElm() const
At a valid element ?

operator bool() const
At a valid element ?

BGraphNodeBaseC & Node()
Get Node.

NodeHandleT NodeH() const
Node handle.

void Dump(void)
Dump to stdout.


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