![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set used for plan indexed attributes class declaration. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Attribute/PlanIndexed/BasePlanIndexedAttribute.h>#include <IPSDKImageProcessing/Rule/PlanIndexed/PlanIndexedRuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_PLANINDEXED_ATTRIBUTE_BODY(libraryName, className, collType, RuleString) |
| [Internal] macro allowing to declare a plan indexed attribute body concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString) |
| macros allowing to declare a mandatory input plan indexed attribute concrete class More... | |
| #define | IPSDK_DECLARE_INOUT_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString) |
| macros allowing to declare a mandatory in/out plan indexed attribute concrete class More... | |
| #define | IPSDK_DECLARE_OUTPUT_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString) |
| macros allowing to declare a mandatory in/out plan indexed attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString) |
| macros allowing to declare an optional input plan indexed attribute concrete class More... | |
| #define | IPSDK_DECLARE_INOUT_OPTIONAL_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString) |
| macros allowing to declare an optional in/out plan indexed attribute concrete class More... | |
| #define | IPSDK_DECLARE_OUTPUT_OPTIONAL_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString) |
| macros allowing to declare an optional in/out plan indexed attribute concrete class More... | |
Header part of macros set used for plan indexed attributes class declaration.
| #define IPSDK_DECLARE_PLANINDEXED_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a plan indexed attribute body concrete class
| #define IPSDK_DECLARE_INPUT_PLANINDEXED_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input plan indexed attribute concrete class
| #define IPSDK_DECLARE_INOUT_PLANINDEXED_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory in/out plan indexed attribute concrete class
| #define IPSDK_DECLARE_OUTPUT_PLANINDEXED_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory in/out plan indexed attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_PLANINDEXED_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input plan indexed attribute concrete class
| #define IPSDK_DECLARE_INOUT_OPTIONAL_PLANINDEXED_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional in/out plan indexed attribute concrete class
| #define IPSDK_DECLARE_OUTPUT_OPTIONAL_PLANINDEXED_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| collType, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional in/out plan indexed attribute concrete class
1.8.14