casa
$Rev:20696$
|
#include <SIIterBot.h>
Definition at line 70 of file SIIterBot.h.
casa::SIIterBot_state::SIIterBot_state | ( | const SIIterBot_state & | ) | [private] |
make SIIterBot_state uncopyable...
casa::SIIterBot_state::SIIterBot_state | ( | std::tr1::shared_ptr< SIIterBot_callback > | ) |
void casa::SIIterBot_state::acceptCallbacks | ( | SIIterBot_adaptor * | siba | ) | [inline] |
Definition at line 84 of file SIIterBot.h.
References callback.
Int getRemainingNiter(); Int getCompletedNiter();.
void casa::SIIterBot_state::changeCycleFactor | ( | Float | cyclefactor | ) |
void casa::SIIterBot_state::changeCycleNiter | ( | Int | cycleniter | ) |
void casa::SIIterBot_state::changeCycleThreshold | ( | Float | cyclethreshold | ) |
void casa::SIIterBot_state::changeInteractiveMode | ( | const bool & | interactiveEnabled | ) |
void casa::SIIterBot_state::changeInteractiveNiter | ( | Int | interactiveniter | ) |
void casa::SIIterBot_state::changeInteractiveThreshold | ( | Float | cyclethreshold | ) |
void casa::SIIterBot_state::changeLoopGain | ( | Float | loopgain | ) |
void casa::SIIterBot_state::changeNiter | ( | Int | niter | ) |
void mergeSubIterBot(SISubIterBot& subIterBot);
void casa::SIIterBot_state::changePauseFlag | ( | const bool & | pauseEnabled | ) |
void casa::SIIterBot_state::changeStopFlag | ( | const bool & | stopEnabled | ) |
void casa::SIIterBot_state::changeThreshold | ( | Float | threshold | ) |
bool casa::SIIterBot_state::cleanComplete | ( | ) |
virtual bool majorCycleRequired(Float currentPeakResidual);
void casa::SIIterBot_state::denyCallbacks | ( | SIIterBot_adaptor * | siba | ) | [inline] |
Definition at line 85 of file SIIterBot.h.
References callback.
std::string casa::SIIterBot_state::getDescription | ( | ) |
DBus::Variant casa::SIIterBot_state::getSummary | ( | ) |
START* Record casa::SIIterBot_state::getSummaryRecord | ( | ) |
Functions for runtime parameter modification.
Record getSubIterBotRecord();.
void casa::SIIterBot_state::mergeMinorCycleSummary | ( | const Array< Double > & | summary | ) | [protected] |
SIIterBot_state& casa::SIIterBot_state::operator= | ( | const SIIterBot_state & | ) | [private] |
void casa::SIIterBot_state::printOut | ( | String | prefix, |
Bool | verbose | ||
) | [protected] |
void casa::SIIterBot_state::pushDetails | ( | ) |
void casa::SIIterBot_state::pushSummary | ( | ) |
void casa::SIIterBot_state::setControlsFromRecord | ( | Record & | recordIn | ) |
void casa::SIIterBot_state::setDescription | ( | const std::string & | value | ) |
std::tr1::shared_ptr<SIIterBot_callback> casa::SIIterBot_state::callback [protected] |
Definition at line 264 of file SIIterBot.h.
Referenced by acceptCallbacks(), and denyCallbacks().
boost::recursive_mutex casa::SIIterBot_state::descriptionMutex [protected] |
Definition at line 225 of file SIIterBot.h.
boost::condition_variable casa::SIIterBot_state::interactionCond [protected] |
Definition at line 255 of file SIIterBot.h.
boost::mutex casa::SIIterBot_state::interactionMutex [protected] |
Definition at line 256 of file SIIterBot.h.
bool casa::SIIterBot_state::interactionPending [protected] |
Definition at line 253 of file SIIterBot.h.
int casa::SIIterBot_state::itsControllerCount [protected] |
Definition at line 218 of file SIIterBot.h.
Float casa::SIIterBot_state::itsCycleFactor [protected] |
Definition at line 236 of file SIIterBot.h.
Int casa::SIIterBot_state::itsCycleNiter [protected] |
Definition at line 229 of file SIIterBot.h.
Float casa::SIIterBot_state::itsCycleThreshold [protected] |
Definition at line 233 of file SIIterBot.h.
std::string casa::SIIterBot_state::itsDescription [protected] |
Definition at line 210 of file SIIterBot.h.
Int casa::SIIterBot_state::itsInteractiveIterDone [protected] |
Definition at line 245 of file SIIterBot.h.
Bool casa::SIIterBot_state::itsInteractiveMode [protected] |
Definition at line 241 of file SIIterBot.h.
Int casa::SIIterBot_state::itsInteractiveNiter [protected] |
Definition at line 230 of file SIIterBot.h.
Float casa::SIIterBot_state::itsInteractiveThreshold [protected] |
Definition at line 234 of file SIIterBot.h.
Int casa::SIIterBot_state::itsIterDone [protected] |
Definition at line 244 of file SIIterBot.h.
Float casa::SIIterBot_state::itsLoopGain [protected] |
Definition at line 237 of file SIIterBot.h.
Int casa::SIIterBot_state::itsMajorDone [protected] |
Definition at line 247 of file SIIterBot.h.
Int casa::SIIterBot_state::itsMaxCycleIterDone [protected] |
Definition at line 246 of file SIIterBot.h.
Float casa::SIIterBot_state::itsMaxPsfFraction [protected] |
Definition at line 213 of file SIIterBot.h.
Float casa::SIIterBot_state::itsMaxPsfSidelobe [protected] |
Definition at line 214 of file SIIterBot.h.
Float casa::SIIterBot_state::itsMinPsfFraction [protected] |
Definition at line 212 of file SIIterBot.h.
Int casa::SIIterBot_state::itsNiter [protected] |
protects itsDescription
Definition at line 228 of file SIIterBot.h.
Int casa::SIIterBot_state::itsNSummaryFields [protected] |
Definition at line 260 of file SIIterBot.h.
Bool casa::SIIterBot_state::itsPauseFlag [protected] |
Definition at line 240 of file SIIterBot.h.
Float casa::SIIterBot_state::itsPeakResidual [protected] |
Definition at line 215 of file SIIterBot.h.
Bool casa::SIIterBot_state::itsStopFlag [protected] |
Definition at line 239 of file SIIterBot.h.
Array<Int> casa::SIIterBot_state::itsSummaryMajor [protected] |
Definition at line 262 of file SIIterBot.h.
Array<Double> casa::SIIterBot_state::itsSummaryMinor [protected] |
Definition at line 261 of file SIIterBot.h.
Float casa::SIIterBot_state::itsThreshold [protected] |
Definition at line 232 of file SIIterBot.h.
Bool casa::SIIterBot_state::itsUpdatedModelFlag [protected] |
Definition at line 242 of file SIIterBot.h.
boost::recursive_mutex casa::SIIterBot_state::recordMutex [protected] |
Definition at line 224 of file SIIterBot.h.
bool casa::SIIterBot_state::updateNeeded [protected] |
Definition at line 254 of file SIIterBot.h.