![]() |
VR-Forces 5.0.3 Developer's Guide
|
General interface which can be passed into an algorithm to control its behavior.

Public Types | |
| enum | Severity { Error, WARN, INFO, VERBOSE, DEBUG_LEVEL } |
| typedef DtTaggedException < DtAlgorithmManager > | Exception |
Public Member Functions | |
| virtual void | message (Severity, const std::string &) const |
| void | errorMessage (const std::string &) const |
| void | warnMessage (const std::string &) const |
| void | infoMessage (const std::string &) const |
| void | verboseMessage (const std::string &) const |
| void | debugMessage (const std::string &) const |
| virtual bool | cancel () const |
|
virtual |
Output a messages from within the algorithm.
| void DtAlgorithmManager::errorMessage | ( | const std::string & | ) | const |
| void DtAlgorithmManager::warnMessage | ( | const std::string & | ) | const |
| void DtAlgorithmManager::infoMessage | ( | const std::string & | ) | const |
| void DtAlgorithmManager::verboseMessage | ( | const std::string & | ) | const |
| void DtAlgorithmManager::debugMessage | ( | const std::string & | ) | const |
|
virtual |
Returns true if no longer needed.
Reimplemented in DtAsyncJob.