Namespaces |
namespace | tuttle |
| This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.
|
namespace | tuttle::plugin |
namespace | tuttle::plugin::mathOperator |
Enumerations |
enum | tuttle::plugin::mathOperator::EMathOperatorMathOperator {
tuttle::plugin::mathOperator::eMathOperatorOperatorPlus = 0,
tuttle::plugin::mathOperator::eMathOperatorOperatorMultiply,
tuttle::plugin::mathOperator::eMathOperatorOperatorPow,
tuttle::plugin::mathOperator::eMathOperatorOperatorSqrt,
tuttle::plugin::mathOperator::eMathOperatorOperatorLog,
tuttle::plugin::mathOperator::eMathOperatorOperatorLn
} |
enum | tuttle::plugin::mathOperator::EMathOperatorType { tuttle::plugin::mathOperator::eMathOperatorTypeRgba = 0,
tuttle::plugin::mathOperator::eMathOperatorTypeRgb = 1,
tuttle::plugin::mathOperator::eMathOperatorTypeChannels = 2
} |
Variables |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorOperator = "operation" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorPlus = "plus" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorMultiply = "multiply" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorPow = "pow" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorSqrt = "sqrt" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorLog = "log" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorLn = "ln" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorType = "type" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorRgba = "rgba" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorRgb = "rgb" |
static const std::string | tuttle::plugin::mathOperator::kMathOperatorChannels = "split" |
static const std::string | tuttle::plugin::mathOperator::kMasterValue = "master" |
static const std::string | tuttle::plugin::mathOperator::kRedValue = "red" |
static const std::string | tuttle::plugin::mathOperator::kGreenValue = "green" |
static const std::string | tuttle::plugin::mathOperator::kBlueValue = "blue" |
static const std::string | tuttle::plugin::mathOperator::kAlphaValue = "alpha" |
static const std::string | tuttle::plugin::mathOperator::kRedChannel = "red_channel" |
static const std::string | tuttle::plugin::mathOperator::kGreenChannel = "green_channel" |
static const std::string | tuttle::plugin::mathOperator::kBlueChannel = "blue_channel" |
static const std::string | tuttle::plugin::mathOperator::kAlphaChannel = "alpha_channel" |