TuttleOFX
1
|
Data Structures | |
struct | IdKeyerProcessParams |
class | IdKeyerPlugin |
IdKeyer plugin. More... | |
class | IdKeyerProcess |
IdKeyer process. More... | |
struct | id_keyer_t |
Functions | |
std::string | getColorParamName (const size_t i) |
mDeclarePluginFactory (IdKeyerPluginFactory,{},{}) | |
Variables | |
static const std::string | kParamNbPoints = "nbPoints" |
static const size_t | kMaxNbPoints = 5 |
static const std::string | kParamColor = "color" |
static const std::string | kParamUseAlpha = "useAlpha" |
static const std::string | kParamTolerance = "tolerance" |
static const bool | kSupportTiles = true |
std::string tuttle::plugin::idKeyer::getColorParamName | ( | const size_t | i | ) | [inline] |
Definition at line 18 of file IdKeyerDefinitions.hpp.
References kParamColor.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::IdKeyerPlugin().
tuttle::plugin::idKeyer::mDeclarePluginFactory | ( | IdKeyerPluginFactory | ) |
const size_t tuttle::plugin::idKeyer::kMaxNbPoints = 5 [static] |
Definition at line 13 of file IdKeyerDefinitions.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::changedParam(), and tuttle::plugin::idKeyer::IdKeyerPlugin::IdKeyerPlugin().
const std::string tuttle::plugin::idKeyer::kParamColor = "color" [static] |
Definition at line 14 of file IdKeyerDefinitions.hpp.
Referenced by getColorParamName().
const std::string tuttle::plugin::idKeyer::kParamNbPoints = "nbPoints" [static] |
Definition at line 12 of file IdKeyerDefinitions.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::changedParam(), and tuttle::plugin::idKeyer::IdKeyerPlugin::IdKeyerPlugin().
const std::string tuttle::plugin::idKeyer::kParamTolerance = "tolerance" [static] |
Definition at line 16 of file IdKeyerDefinitions.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::IdKeyerPlugin().
const std::string tuttle::plugin::idKeyer::kParamUseAlpha = "useAlpha" [static] |
Definition at line 15 of file IdKeyerDefinitions.hpp.
Referenced by tuttle::plugin::idKeyer::IdKeyerPlugin::IdKeyerPlugin().
const bool tuttle::plugin::idKeyer::kSupportTiles = true [static] |
Definition at line 10 of file IdKeyerPluginFactory.hpp.