TuttleOFX
1
|
Go to the source code of this file.
Data Structures | |
struct | tuttle::host::ofx::attribute::TypeMap |
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::ofx |
OpenFX wrapping to communicate with C API. | |
namespace | tuttle::host::ofx::attribute |
Functions | |
bool | tuttle::host::ofx::attribute::isDoubleParam (const std::string ¶mType) |
bool | tuttle::host::ofx::attribute::isColourParam (const std::string ¶mType) |
bool | tuttle::host::ofx::attribute::isIntParam (const std::string ¶mType) |
bool | tuttle::host::ofx::attribute::isStandardType (const std::string &type) |
is this a standard type | |
bool | tuttle::host::ofx::attribute::findType (const std::string paramType, property::EPropType &propType, int &propDim) |
Variables | |
static TypeMap | tuttle::host::ofx::attribute::typeMap [] |