![]() |
VR-Forces 4.10 Class Documentation
|
General interface which can be passed into an algorithm to control its behavior. More...

Public Types | |
| enum | Severity { Error, WARN, INFO, VERBOSE, DEBUG } |
| typedef DtTaggedException < DtAlgorithmManager > | Exception |
Public Member Functions | |
| virtual void | message (Severity, const std::string &) const |
| Output a messages from within the algorithm. More... | |
| 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 |
| Returns true if no longer needed. More... | |
General interface which can be passed into an algorithm to control its behavior.
|
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.