TuttleOFX  1
tuttle::plugin::idKeyer Namespace Reference

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

Function Documentation

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  )

Variable Documentation

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::kParamTolerance = "tolerance" [static]
const std::string tuttle::plugin::idKeyer::kParamUseAlpha = "useAlpha" [static]
const bool tuttle::plugin::idKeyer::kSupportTiles = true [static]

Definition at line 10 of file IdKeyerPluginFactory.hpp.