#include <Iterate.h>
Inheritance diagram for casa::Iterate:

Definition at line 40 of file Iterate.h.
Public Member Functions | |
| Iterate () | |
| 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 () |
Private Attributes | |
| Int | numberIterations_ |
| Double | gain_ |
| Double | tolerance_ |
| Double | threshold_ |
| Bool | free_ |
| String | mode_ |
| void casa::Iterate::setFree | ( | ) | [inline] |
| void casa::Iterate::setNotFree | ( | ) | [inline] |
| void casa::Iterate::setNumberIterations | ( | const Int | n | ) | [inline] |
| void casa::Iterate::setGain | ( | const Float | g | ) | [inline] |
| void casa::Iterate::setTolerance | ( | const Float | t | ) | [inline] |
| void casa::Iterate::setThreshold | ( | const Float | t | ) | [inline] |
| void casa::Iterate::setMode | ( | const String | m | ) | [inline] |
| Int casa::Iterate::numberIterations | ( | ) | [inline] |
| const Float casa::Iterate::gain | ( | ) | [inline] |
| const Float casa::Iterate::tolerance | ( | ) | [inline] |
| virtual const Float casa::Iterate::threshold | ( | ) | [inline, virtual] |
Reimplemented in casa::ClarkCleanModel.
Definition at line 65 of file Iterate.h.
References threshold_.
Int casa::Iterate::numberIterations_ [private] |
Definition at line 66 of file Iterate.h.
Referenced by numberIterations(), and setNumberIterations().
Double casa::Iterate::gain_ [private] |
Double casa::Iterate::tolerance_ [private] |
Double casa::Iterate::threshold_ [private] |
Bool casa::Iterate::free_ [private] |
String casa::Iterate::mode_ [private] |
1.5.1