TuttleOFX
1
|
#include "Param.hpp"
#include "expression.hpp"
#include <tuttle/host/INode.hpp>
#include <tuttle/host/ofx/attribute/OfxhParamDouble.hpp>
#include <tuttle/host/ofx/attribute/OfxhParamInteger.hpp>
#include <tuttle/host/attribute/ValueInterpolator.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Data Structures | |
class | tuttle::host::attribute::AnimatedParam< T, OFX_PARAM > |
class | tuttle::host::attribute::AnimatedParamDouble |
This class is just a re-implementation dedicated to Double Param. It allows implicit conversion from Int to Double. More... | |
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. | |
namespace | tuttle::host::attribute |
Typedefs | |
typedef AnimatedParam< int, ofx::attribute::OfxhParamInteger > | tuttle::host::attribute::AnimatedParamInteger |