Developer Documentation |
RAVL, Recognition And Vision Library |
USER | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - Trees - BinaryTreeNodeC<class KeyT,class DataT> |
PUBLIC |
BinaryTreeNodeC::BinaryTreeNodeC(void) BinaryTreeNodeC::BinaryTreeNodeC(const KeyT &,const DataT &,int,bool) BinaryTreeNodeC::~BinaryTreeNodeC(void) BinaryTreeNodeC::Copy(void) const BinaryTreeNodeC::Child0(void) BinaryTreeNodeC::Child1(void) BinaryTreeNodeC::Key(void) const BinaryTreeNodeC::Data(void) BinaryTreeNodeC::Data(void) const BinaryTreeNodeC::IsDeleted(void) const BinaryTreeNodeC::SetDeleted(bool) BinaryTreeNodeC::Balance(void) BinaryTreeNodeC::ChildBalance0(void) const BinaryTreeNodeC::ChildBalance1(void) const BinaryTreeNodeC::Dump(ostream &,int) |
BinaryTreeNodeC<class KeyT,class DataT> | |
Node in binary tree. | |
include | "Ravl/BinaryTree.hh" |
Source file: | Ravl/Core/Container/Trees/BinaryTree.hh |
User Level: | Develop |
Library: | RavlCore |
Example: | exBinaryTree.cc |
In Scope: | RavlN |
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002 |