Developer Documentation |
RAVL, Recognition And Vision Library |
USER | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Logic - Index - LiteralIndexBodyC<class DataT> |
PUBLIC |
LiteralIndexBodyC::LiteralIndexBodyC(void) LiteralIndexBodyC::NewLeaf(const LiteralC &) LiteralIndexBodyC::Lookup(const LiteralC &,DataT &) LiteralIndexBodyC::Insert(const LiteralC &,const DataT &) LiteralIndexBodyC::Access(const LiteralC &) LiteralIndexBaseBodyC::Lookup(const LiteralC &) LiteralIndexBaseBodyC::Insert(const LiteralC &) LiteralIndexBaseBodyC::NewLeaf(const LiteralC &) LiteralIndexBaseBodyC::Del(const LiteralC &) LiteralIndexBaseBodyC::Size(void) const LiteralIndexBaseBodyC::Dump(ostream &,int) const LiteralIndexBaseBodyC::PickNextTerm(const SArray1dC RCBodyVC::Save(ostream &) const RCBodyVC::Save(BinOStreamC &) const RCBodyVC::Copy(void) const RCBodyVC::DeepCopy(UIntT) const RCBodyC::References(void) const RCBodyC::Copy(void) const RCBodyC::DeepCopy(UIntT) const RCBodyC::IncRefCounter(void) RCBodyC::DecRefCounter(void) |
LiteralIndexBodyC<class DataT> | |
Literal index. | |
include | "Ravl/Logic/LiteralIndex.hh" |
Source file: | Ravl/Logic/Index/LiteralIndex.hh |
User Level: | Develop |
Library: | RavlLogic |
In Scope: | RavlLogicN |
#include "Ravl/Logic/LiteralIndexBase.hh" |
The default version of this function just uses terms in numerical order, first
to last. You may want to put a more clever heuristic in here.
#include "Ravl/RCHandleV.hh" |
#include "Ravl/RefCounter.hh" |
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002 |