VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
DtAlgorithmManager Class Reference

General interface which can be passed into an algorithm to control its behavior. More...

Inheritance diagram for DtAlgorithmManager:
Inheritance graph
[legend]

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...
 

Detailed Description

General interface which can be passed into an algorithm to control its behavior.

Member Typedef Documentation

Member Enumeration Documentation

Enumerator
Error 
WARN 
INFO 
VERBOSE 
DEBUG 

Member Function Documentation

virtual void DtAlgorithmManager::message ( Severity  ,
const std::string &   
) 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 bool DtAlgorithmManager::cancel ( ) const
virtual

Returns true if no longer needed.

Reimplemented in DtAsyncJob.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)