![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set used for formula attributes class declaration. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Attribute/Formula/BaseMeasureFormulaAttribute.h>#include <IPSDKImageProcessing/Attribute/Formula/BaseImageFormula2dAttribute.h>#include <IPSDKImageProcessing/Attribute/Formula/BaseImageFormula3dAttribute.h>#include <IPSDKImageProcessing/Rule/Formula/FormulaRuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_FORMULA_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a formula attribute body concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_MEASURE_FORMULA_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input measure formula attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_IMAGE_FORMULA_2D_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input image formula 2d attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_IMAGE_FORMULA_3D_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input image formula 3d attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_MEASURE_FORMULA_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input measure formula attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_IMAGE_FORMULA_2D_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input image formula 2d attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_IMAGE_FORMULA_3D_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input image formula 3d attribute concrete class More... | |
Header part of macros set used for formula attributes class declaration.
| #define IPSDK_DECLARE_FORMULA_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a formula attribute body concrete class
| #define IPSDK_DECLARE_INPUT_MEASURE_FORMULA_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input measure formula attribute concrete class
| #define IPSDK_DECLARE_INPUT_IMAGE_FORMULA_2D_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input image formula 2d attribute concrete class
| #define IPSDK_DECLARE_INPUT_IMAGE_FORMULA_3D_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input image formula 3d attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_MEASURE_FORMULA_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input measure formula attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_IMAGE_FORMULA_2D_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input image formula 2d attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_IMAGE_FORMULA_3D_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input image formula 3d attribute concrete class
1.8.14