User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
VLDeciExprGenC::VLDeciExprGenC(const VLBindLst &,const VLMinTermC &,const VLTypeIndexC &)
VLDeciExprGenC::First(void)
VLDeciExprGenC::Next(void)
VLDeciExprGenC::IsElm(void) const
VLDeciExprGenC::Data(void)
VLDeciExprGenC::Expr(void)
VLDeciExprGenC
 
Iterate through possible expressions.
 
include "amma/Logic2/LDeciExprGen.hh"
User Level:Default
Library:VLLearn
Example:exIndex.cc
Section:Logic.Learn
In Scope:std

Comments:
The expressions generated use values for 'bnds'. This is for mainly for use in 'LSpaceDiffMV.cc'

Variables:
Methods:
VLDeciExprGenC(const VLBindLst & bnds,const VLMinTermC & cond,const VLTypeIndexC & ind)
Constructor.
indIndex of types of intererest.

BooleanT First()
Goto first solution.
indIndex of types of intererest.

BooleanT Next()
Goto next solution.
indIndex of types of intererest.

BooleanT IsElm() const
At valid solution.
indIndex of types of intererest.

VLSymbC & Data()
Access last expression generated.
indIndex of types of intererest.

VLExprC & Expr()
Access last expression generated.
indIndex of types of intererest.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001