TuttleOFX  1
OfxhParamDescriptor.cpp File Reference
Include dependency graph for OfxhParamDescriptor.cpp:

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 &paramType)
bool tuttle::host::ofx::attribute::isColourParam (const std::string &paramType)
bool tuttle::host::ofx::attribute::isIntParam (const std::string &paramType)
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 []