![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for structuring element attribute class declaration. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Attribute/StructuringElement/StructuringElementXY/BaseMandatoryStructuringElementXYAttribute.h>#include <IPSDKImageProcessing/Attribute/StructuringElement/StructuringElementXY/BaseOptionalStructuringElementXYAttribute.h>#include <IPSDKImageProcessing/Attribute/StructuringElement/StructuringElementXYZ/BaseMandatoryStructuringElementXYZAttribute.h>#include <IPSDKImageProcessing/Attribute/StructuringElement/StructuringElementXYZ/BaseOptionalStructuringElementXYZAttribute.h>#include <IPSDKBaseProcessing/Rule/RuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_SE_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a structuring element (SE) attribute body concrete class More... | |
| #define | IPSDK_DECLARE_SE_ATTRIBUTE(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a structuring element (SE) attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_SE_XY_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input structuring element (SE) xy attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_SE_XYZ_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input structuring element (SE) xyz attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_SE_XY_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input structuring element (SE) xy attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_SE_XYZ_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input structuring element (SE) xyz attribute concrete class More... | |
Header part of macros set for structuring element attribute class declaration.
| #define IPSDK_DECLARE_SE_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a structuring element (SE) attribute body concrete class
| #define IPSDK_DECLARE_SE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a structuring element (SE) attribute concrete class
| #define IPSDK_DECLARE_INPUT_SE_XY_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input structuring element (SE) xy attribute concrete class
| #define IPSDK_DECLARE_INPUT_SE_XYZ_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input structuring element (SE) xyz attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_SE_XY_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input structuring element (SE) xy attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_SE_XYZ_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input structuring element (SE) xyz attribute concrete class
1.8.14