TuttleOFX
1
|
Data Structures | |
class | RampPlugin |
Ramp plugin. More... | |
struct | RampProcessParams |
class | RampProcess |
Ramp process. More... | |
Functions | |
mDeclarePluginFactory (RampPluginFactory,{},{}) | |
Variables | |
static const std::string | kRampDirection = "direction" |
static const std::string | kRampColorStart = "start" |
static const std::string | kRampColorEnd = "end" |
static const std::string | kRampColor = "color" |
static const bool | kSupportTiles = false |
tuttle::plugin::ramp::mDeclarePluginFactory | ( | RampPluginFactory | ) |
const std::string tuttle::plugin::ramp::kRampColor = "color" [static] |
Definition at line 16 of file RampDefinitions.hpp.
Referenced by tuttle::plugin::ramp::RampPlugin::RampPlugin().
const std::string tuttle::plugin::ramp::kRampColorEnd = "end" [static] |
Definition at line 14 of file RampDefinitions.hpp.
Referenced by tuttle::plugin::ramp::RampPlugin::RampPlugin().
const std::string tuttle::plugin::ramp::kRampColorStart = "start" [static] |
Definition at line 13 of file RampDefinitions.hpp.
Referenced by tuttle::plugin::ramp::RampPlugin::RampPlugin().
const std::string tuttle::plugin::ramp::kRampDirection = "direction" [static] |
Definition at line 11 of file RampDefinitions.hpp.
Referenced by tuttle::plugin::ramp::RampPlugin::RampPlugin().
const bool tuttle::plugin::ramp::kSupportTiles = false [static] |
Definition at line 12 of file RampPluginFactory.cpp.