Developer Documentation |
RAVL, Recognition And Vision Library |
USER | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - Hash Tables - BiHashC<class D1T,class D2T> |
PUBLIC |
BiHashC::BiHashC(UIntT) BiHashC::Map1(const D1T &) BiHashC::Fwd(const D1T &) BiHashC::LookupFwd(const D1T &,D2T &) BiHashC::IsFwd(const D1T &) const BiHashC::Map2(const D2T &) BiHashC::Bkw(const D2T &) BiHashC::LookupBkw(const D2T &,D1T &) BiHashC::IsBkw(const D2T &) const BiHashC::Insert(const D1T &,const D2T &) BiHashC::DelMap1(const D1T &) BiHashC::DelMap2(const D2T &) BiHashC::Size(void) const |
BiHashC<class D1T,class D2T> | |
Bi-directional hash table. | |
include | "Ravl/BiHash.hh" |
Created: | 1/9/96 |
Source file: | Ravl/Core/Container/Hash/BiHash.hh |
User Level: | Normal |
Library: | RavlCore |
Example: | exBiHash.cc |
In Scope: | RavlN |
Maintainer:Charles Galambos, Created: 1/9/96, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002 |