TuttleOFX  1
tuttle::plugin::floodFill Namespace Reference

Data Structures

struct  FloodFillProcessParams
class  FloodFillPlugin
 FloodFill plugin. More...
class  FloodFillProcess
 FloodFill process. More...

Enumerations

enum  EParamMethod { eParamMethod4 = 0, eParamMethod8, eParamMethodBruteForce }

Functions

 mDeclarePluginFactory (FloodFillPluginFactory,{},{})

Variables

static const std::string kParamUpperThres = "upperThres"
static const std::string kParamLowerThres = "lowerThres"
static const std::string kParamMinMaxRelative = "minMaxRelative"
static const std::string kParamMethod = "method"
static const std::string kParamMethod4Connections = "4 connections"
static const std::string kParamMethod8Connections = "8 connections"
static const std::string kParamMethodBruteForce = "bruteForce"
static const bool kSupportTiles = false

Enumeration Type Documentation

Enumerator:
eParamMethod4 
eParamMethod8 
eParamMethodBruteForce 

Definition at line 22 of file FloodFillDefinitions.hpp.


Function Documentation

tuttle::plugin::floodFill::mDeclarePluginFactory ( FloodFillPluginFactory  )

Variable Documentation

const std::string tuttle::plugin::floodFill::kParamLowerThres = "lowerThres" [static]
const std::string tuttle::plugin::floodFill::kParamMethod = "method" [static]
const std::string tuttle::plugin::floodFill::kParamMethod4Connections = "4 connections" [static]

Definition at line 18 of file FloodFillDefinitions.hpp.

const std::string tuttle::plugin::floodFill::kParamMethod8Connections = "8 connections" [static]

Definition at line 19 of file FloodFillDefinitions.hpp.

const std::string tuttle::plugin::floodFill::kParamMethodBruteForce = "bruteForce" [static]

Definition at line 20 of file FloodFillDefinitions.hpp.

const std::string tuttle::plugin::floodFill::kParamMinMaxRelative = "minMaxRelative" [static]
const std::string tuttle::plugin::floodFill::kParamUpperThres = "upperThres" [static]
const bool tuttle::plugin::floodFill::kSupportTiles = false [static]

Definition at line 13 of file FloodFillPluginFactory.cpp.