![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for image strip attributes. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Rule/Strip/StripRuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_STRIP_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare an image strip attribute body concrete class More... | |
| #define | IPSDK_DECLARE_STRIP_ATTRIBUTE(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare an image strip attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(stripType, libraryName, className, RuleString) |
| macros allowing to declare a mandatory input image strip attribute concrete class More... | |
| #define | IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE(stripType, libraryName, className, RuleString) |
| macros allowing to declare a mandatory in/out image strip attribute concrete class More... | |
| #define | IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE(stripType, libraryName, className, RuleString) |
| macros allowing to declare a mandatory output image strip attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_STRIP_ATTRIBUTE(stripType, libraryName, className, RuleString) |
| macros allowing to declare an optional input image strip attribute concrete class More... | |
| #define | IPSDK_DECLARE_INOUT_OPTIONAL_STRIP_ATTRIBUTE(stripType, libraryName, className, RuleString) |
| macros allowing to declare an optional in/out image strip attribute concrete class More... | |
| #define | IPSDK_DECLARE_OUTPUT_OPTIONAL_STRIP_ATTRIBUTE(stripType, libraryName, className, RuleString) |
| macros allowing to declare an optional output image strip attribute concrete class More... | |
Header part of macros set for image strip attributes.
| #define IPSDK_DECLARE_STRIP_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare an image strip attribute body concrete class
| #define IPSDK_DECLARE_STRIP_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare an image strip attribute concrete class
| #define IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE | ( | stripType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input image strip attribute concrete class
| #define IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE | ( | stripType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory in/out image strip attribute concrete class
| #define IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE | ( | stripType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory output image strip attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_STRIP_ATTRIBUTE | ( | stripType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input image strip attribute concrete class
| #define IPSDK_DECLARE_INOUT_OPTIONAL_STRIP_ATTRIBUTE | ( | stripType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional in/out image strip attribute concrete class
| #define IPSDK_DECLARE_OUTPUT_OPTIONAL_STRIP_ATTRIBUTE | ( | stripType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional output image strip attribute concrete class
1.8.14