|
TuttleOFX
1
|
Data Structures | |
| struct | LocalMaximaProcessParams |
| class | LocalMaximaPlugin |
| LocalMaxima plugin. More... | |
| class | LocalMaximaProcess |
| LocalMaxima process. More... | |
Enumerations | |
| enum | EParamBorder { eParamBorderBlack, eParamBorderPadded } |
| enum | EParamOutputComponent { eParamOutputComponentRGBA = 0, eParamOutputComponentRGB, eParamOutputComponentAlpha } |
Functions | |
| mDeclarePluginFactory (LocalMaximaPluginFactory,{},{}) | |
Variables | |
| static const std::string | kParamBorder = "border" |
| static const std::string | kParamBorderBlack = "Black" |
| static const std::string | kParamBorderPadded = "Padded" |
| static const std::string | kParamOutputComponent = "outputComponent" |
| static const std::string | kParamOutputComponentRGBA = "RGBA" |
| static const std::string | kParamOutputComponentRGB = "RGB" |
| static const std::string | kParamOutputComponentAlpha = "Alpha" |
| static const bool | kSupportTiles = false |
Definition at line 15 of file LocalMaximaDefinitions.hpp.
Definition at line 26 of file LocalMaximaDefinitions.hpp.
| tuttle::plugin::localmaxima::mDeclarePluginFactory | ( | LocalMaximaPluginFactory | ) |
const std::string tuttle::plugin::localmaxima::kParamBorder = "border" [static] |
Definition at line 11 of file LocalMaximaDefinitions.hpp.
Referenced by tuttle::plugin::localmaxima::LocalMaximaPlugin::LocalMaximaPlugin().
const std::string tuttle::plugin::localmaxima::kParamBorderBlack = "Black" [static] |
Definition at line 12 of file LocalMaximaDefinitions.hpp.
const std::string tuttle::plugin::localmaxima::kParamBorderPadded = "Padded" [static] |
Definition at line 13 of file LocalMaximaDefinitions.hpp.
const std::string tuttle::plugin::localmaxima::kParamOutputComponent = "outputComponent" [static] |
Definition at line 21 of file LocalMaximaDefinitions.hpp.
Referenced by tuttle::plugin::localmaxima::LocalMaximaPlugin::LocalMaximaPlugin().
const std::string tuttle::plugin::localmaxima::kParamOutputComponentAlpha = "Alpha" [static] |
Definition at line 24 of file LocalMaximaDefinitions.hpp.
const std::string tuttle::plugin::localmaxima::kParamOutputComponentRGB = "RGB" [static] |
Definition at line 23 of file LocalMaximaDefinitions.hpp.
const std::string tuttle::plugin::localmaxima::kParamOutputComponentRGBA = "RGBA" [static] |
Definition at line 22 of file LocalMaximaDefinitions.hpp.
const bool tuttle::plugin::localmaxima::kSupportTiles = false [static] |
Definition at line 11 of file LocalMaximaPluginFactory.cpp.