![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for image attribute class declaration. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Attribute/Image/InOut/BaseInOutMandatoryImageAttribute.h>#include <IPSDKImageProcessing/Attribute/Image/InOut/BaseInOutOptionalImageAttribute.h>#include <IPSDKImageProcessing/Attribute/Image/Input/BaseInputMandatoryImageAttribute.h>#include <IPSDKImageProcessing/Attribute/Image/Input/BaseInputOptionalImageAttribute.h>#include <IPSDKImageProcessing/Attribute/Image/Output/BaseOutputMandatoryImageAttribute.h>#include <IPSDKImageProcessing/Attribute/Image/Output/BaseOutputOptionalImageAttribute.h>#include <IPSDKImageProcessing/Rule/Image/ImageRuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_IMAGE_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare an image attribute body concrete class More... | |
| #define | IPSDK_DECLARE_IMAGE_ATTRIBUTE(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare an image attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input image attribute concrete class More... | |
| #define | IPSDK_DECLARE_INOUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory in/out image attribute concrete class More... | |
| #define | IPSDK_DECLARE_OUTPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory output image attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_IMAGE_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input image attribute concrete class More... | |
| #define | IPSDK_DECLARE_INOUT_OPTIONAL_IMAGE_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional in/out image attribute concrete class More... | |
| #define | IPSDK_DECLARE_OUTPUT_OPTIONAL_IMAGE_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional output image attribute concrete class More... | |
Header part of macros set for image attribute class declaration.
| #define IPSDK_DECLARE_IMAGE_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare an image attribute body concrete class
| #define IPSDK_DECLARE_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare an image attribute concrete class
| #define IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input image attribute concrete class
| #define IPSDK_DECLARE_INOUT_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory in/out image attribute concrete class
| #define IPSDK_DECLARE_OUTPUT_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory output image attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input image attribute concrete class
| #define IPSDK_DECLARE_INOUT_OPTIONAL_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional in/out image attribute concrete class
| #define IPSDK_DECLARE_OUTPUT_OPTIONAL_IMAGE_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional output image attribute concrete class
1.8.14