TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/ComputeOptions.hpp File Reference
#include <tuttle/common/utils/global.hpp>
#include <ofxCore.h>
#include <tuttle/common/utils/Formatter.hpp>
#include <tuttle/common/atomic.hpp>
#include <boost/shared_ptr.hpp>
#include <limits>
#include <list>
Include dependency graph for ComputeOptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  tuttle::host::IProgressHandle
struct  tuttle::host::TimeRange
class  tuttle::host::ComputeOptions

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::host
 

Library for host.


Enumerations

enum  tuttle::host::EVerboseLevel {
  tuttle::host::eVerboseLevelTrace = boost::log::trivial::trace, tuttle::host::eVerboseLevelDebug = boost::log::trivial::debug, tuttle::host::eVerboseLevelInfo = boost::log::trivial::info, tuttle::host::eVerboseLevelWarning = boost::log::trivial::warning,
  tuttle::host::eVerboseLevelError = boost::log::trivial::error, tuttle::host::eVerboseLevelFatal = boost::log::trivial::fatal
}