| User Documentation |
| RAVL, Recognition And Vision Library |
| DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
| Ravl - Core - Trees - AVLTreeBodyC<class KeyT,class DataT> |
| PUBLIC |
|
AVLTreeBodyC::AVLTreeBodyC(void) AVLTreeBodyC::Insert(const KeyT &,const DataT &,bool) AVLTreeBodyC::Remove(const KeyT &) BinaryTreeBodyC::Copy(void) const BinaryTreeBodyC::Empty(void) BinaryTreeBodyC::Size(void) const BinaryTreeBodyC::IsEmpty(void) const BinaryTreeBodyC::Find(const KeyT &,DataT &) BinaryTreeBodyC::MinData(void) BinaryTreeBodyC::MaxData(void) BinaryTreeBodyC::MinKey(void) const BinaryTreeBodyC::MaxKey(void) const BinaryTreeBodyC::Remove(const KeyT &) BinaryTreeBodyC::Insert(const KeyT &,const DataT &,bool) BinaryTreeBodyC::Dump(ostream &) RCBodyC::References(void) const RCBodyC::Copy(void) const RCBodyC::DeepCopy(UIntT) const RCBodyC::IncRefCounter(void) RCBodyC::DecRefCounter(void) |
| AVLTreeBodyC<class KeyT,class DataT> | |
| AVL tree body. | |
| include | "Ravl/AVLTree.hh" |
| User Level: | Develop |
| Library: | RavlCore |
| Example: | exAVLTree.cc |
| In Scope: | RavlN |
| #include "Ravl/BinaryTree.hh" |
| #include "Ravl/RefCounter.hh" |
| Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002 |