Iterate.h

Classes

Iterate -- (full description)

class Iterate

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()

Description

Base class for Iteration

Member Description

Iterate() : numberIterations_(100), gain_(1.0), tolerance_(0.000001), threshold_(0.0), free_(False), mode_("")

Constructor

virtual ~Iterate()

void setFree()

Is this a free variable?

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()