Iterate.h
Classes
- Iterate -- (full description)
Interface
- Public Members
- Iterate() : numberIterations_(100), gain_(1.0), tolerance_(0.000001), threshold_(0.0), free_(False), mode_("")
- virtual ~Iterate()
- void setFree()
- void setNotFree()
- Bool free()
- void setNumberIterations(const Int n)
- void setGain(const Float g)
- void setTolerance(const Float t)
- void setThreshold(const Float t)
- void setMode(const String m)
- Int numberIterations()
- const Float gain()
- const Float tolerance()
- virtual const Float threshold()
- const String mode()
Base class for Iteration
Member Description
Iterate() : numberIterations_(100), gain_(1.0), tolerance_(0.000001), threshold_(0.0), free_(False), mode_("")
Constructor
Is this a free variable?
void setGain(const Float g)
const Float gain()
virtual const Float threshold()