|
TuttleOFX
1
|
Data Structures | |
| class | ImageSynthExpr |
| struct | SeExprProcessParams |
| class | SeExprPlugin |
| SeExpr plugin. More... | |
| class | SeExprProcess |
| SeExpr process. More... | |
Enumerations | |
| enum | EParamChooseInput { eParamChooseInputCode = 0, eParamChooseInputFile } |
Functions | |
| static const std::string | kParamTextureOffset ("textureOffset") |
| static const std::string | kParamSeExprCode ("code") |
| static const std::string | kParamChooseInput ("input") |
| static const std::string | kParamChooseInputCode ("code") |
| static const std::string | kParamChooseInputFile ("file") |
| mDeclarePluginFactory (SeExprPluginFactory,{},{}) | |
Variables | |
| static const bool | kSupportTiles = false |
Definition at line 18 of file SeExprDefinitions.hpp.
| static const std::string tuttle::plugin::seExpr::kParamChooseInput | ( | "input" | ) | [static] |
| static const std::string tuttle::plugin::seExpr::kParamChooseInputCode | ( | "code" | ) | [static] |
| static const std::string tuttle::plugin::seExpr::kParamChooseInputFile | ( | "file" | ) | [static] |
| static const std::string tuttle::plugin::seExpr::kParamSeExprCode | ( | "code" | ) | [static] |
| static const std::string tuttle::plugin::seExpr::kParamTextureOffset | ( | "textureOffset" | ) | [static] |
Referenced by tuttle::plugin::seExpr::SeExprPlugin::SeExprPlugin().
| tuttle::plugin::seExpr::mDeclarePluginFactory | ( | SeExprPluginFactory | ) |
const bool tuttle::plugin::seExpr::kSupportTiles = false [static] |
Definition at line 14 of file SeExprPluginFactory.cpp.