TuttleOFX  1
ComputeOptions.hpp File Reference
#include <tuttle/common/utils/global.hpp>
#include <ofxCore.h>
#include <tuttle/common/utils/formatters.hpp>
#include <boost/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
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


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
}