![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for data item attributes class declaration. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKBaseProcessing/Attribute/DataItem/InOut/BaseInOutMandatoryDataItemAttribute.h>#include <IPSDKBaseProcessing/Attribute/DataItem/InOut/BaseInOutOptionalDataItemAttribute.h>#include <IPSDKBaseProcessing/Attribute/DataItem/Input/BaseInputMandatoryDataItemAttribute.h>#include <IPSDKBaseProcessing/Attribute/DataItem/Input/BaseInputOptionalDataItemAttribute.h>#include <IPSDKBaseProcessing/Attribute/DataItem/Output/BaseOutputMandatoryDataItemAttribute.h>#include <IPSDKBaseProcessing/Attribute/DataItem/Output/BaseOutputOptionalDataItemAttribute.h>#include <IPSDKBaseProcessing/Rule/Attribute/DataItem/DataItemRuleOperators.h>#include <IPSDKBaseData/DataItem/Node/DataItemNodeHdrMacros.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_DATAITEM_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a data item node attribute body concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString) |
| macros allowing to declare an input data item attribute concrete class from and existing data item More... | |
| #define | IPSDK_DECLARE_INPUT_DATAITEM_ATTRIBUTE(libraryName, className, RuleString, childSeq) |
| macros allowing to declare an input data item attribute concrete class and its associated data item More... | |
| #define | IPSDK_DECLARE_INOUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString) |
| macros allowing to declare an in/out data item attribute concrete class from and existing data item | |
| #define | IPSDK_DECLARE_INOUT_DATAITEM_ATTRIBUTE(libraryName, className, RuleString, childSeq) |
| macros allowing to declare an in/out data item attribute concrete class and its associated data item More... | |
| #define | IPSDK_DECLARE_OUTPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString) |
| macros allowing to declare an output data item attribute concrete class from and existing data item | |
| #define | IPSDK_DECLARE_OUTPUT_DATAITEM_ATTRIBUTE(libraryName, className, RuleString, childSeq) |
| macros allowing to declare an output data item attribute concrete class and its associated data item More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue) |
| macros allowing to declare an optional input data item attribute concrete class from and existing data item More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_DATAITEM_ATTRIBUTE(libraryName, className, RuleString, childSeq, defaultValue) |
| macros allowing to declare an optional input data item attribute concrete class and its associated data item More... | |
| #define | IPSDK_DECLARE_INOUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue) |
| macros allowing to declare an optional in/out data item attribute concrete class from and existing data item | |
| #define | IPSDK_DECLARE_INOUT_OPTIONAL_DATAITEM_ATTRIBUTE(libraryName, className, RuleString, childSeq, defaultValue) |
| macros allowing to declare an optional in/out data item attribute concrete class and its associated data item More... | |
| #define | IPSDK_DECLARE_OUTPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue) |
| macros allowing to declare an optional output data item attribute concrete class from and existing data item | |
| #define | IPSDK_DECLARE_OUTPUT_OPTIONAL_DATAITEM_ATTRIBUTE(libraryName, className, RuleString, childSeq, defaultValue) |
| macros allowing to declare an optional output data item attribute concrete class and its associated data item More... | |
Header part of macros set for data item attributes class declaration.
| #define IPSDK_DECLARE_DATAITEM_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a data item node attribute body concrete class
| #define IPSDK_DECLARE_INPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| dataItemClassName, | |||
| RuleString | |||
| ) |
macros allowing to declare an input data item attribute concrete class from and existing data item
| #define IPSDK_DECLARE_INPUT_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString, | |||
| childSeq | |||
| ) |
macros allowing to declare an input data item attribute concrete class and its associated data item
| #define IPSDK_DECLARE_INOUT_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString, | |||
| childSeq | |||
| ) |
macros allowing to declare an in/out data item attribute concrete class and its associated data item
| #define IPSDK_DECLARE_OUTPUT_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString, | |||
| childSeq | |||
| ) |
macros allowing to declare an output data item attribute concrete class and its associated data item
| #define IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| dataItemClassName, | |||
| RuleString, | |||
| defaultValue | |||
| ) |
macros allowing to declare an optional input data item attribute concrete class from and existing data item
| #define IPSDK_DECLARE_INPUT_OPTIONAL_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString, | |||
| childSeq, | |||
| defaultValue | |||
| ) |
macros allowing to declare an optional input data item attribute concrete class and its associated data item
| #define IPSDK_DECLARE_INOUT_OPTIONAL_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString, | |||
| childSeq, | |||
| defaultValue | |||
| ) |
macros allowing to declare an optional in/out data item attribute concrete class and its associated data item
| #define IPSDK_DECLARE_OUTPUT_OPTIONAL_DATAITEM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString, | |||
| childSeq, | |||
| defaultValue | |||
| ) |
macros allowing to declare an optional output data item attribute concrete class and its associated data item
1.8.14