| Developer Documentation |
| RAVL, Recognition And Vision Library |
| USER | HOME PAGE | CLASS LIST | CONTENTS |
| Ravl - Core - Trees - BinaryTreeUpIterC<class KeyT,class DataT> |
| PUBLIC |
|
BinaryTreeUpIterC::BinaryTreeUpIterC(const BinaryTreeC BinaryTreeUpIterC::BinaryTreeUpIterC(void) BinaryTreeUpIterC::operator =(const BinaryTreeC BinaryTreeUpIterC::First(void) BinaryTreeUpIterC::Next(void) BinaryTreeUpIterC::operator ++(int) BinaryTreeUpIterC::Data(void) BinaryTreeUpIterC::Data(void) const BinaryTreeUpIterC::Key(void) const BinaryTreeUpIterC::IsElm(void) const BinaryTreeUpIterC::operator bool(void) const BinaryTreeUpIterC::operator *(void) BinaryTreeUpIterC::operator ->(void) BinaryTreeUpIterC::Remove(void) |
| BinaryTreeUpIterC<class KeyT,class DataT> | |
| Iterate up through a binary tree. | |
| include | "Ravl/BinaryTreeUpIter.hh" |
| Source file: | Ravl/Core/Container/Trees/BinaryTreeUpIter.hh |
| User Level: | Normal |
| Library: | RavlCore |
| Example: | exBinaryTree.cc |
| In Scope: | RavlN |
| Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002 |