![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for attributes associated to collection of image tiles. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Rule/TileColl/TileCollRuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_TILECOLL_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare body for concrete class of an attribute associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_TILECOLL_ATTRIBUTE(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a concrete class of an attribute associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_INPUT_TILECOLL_ATTRIBUTE(tileCollType, libraryName, className, RuleString) |
| macros allowing to declare a mandatory input attribute concrete class associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_INOUT_TILECOLL_ATTRIBUTE(tileCollType, libraryName, className, RuleString) |
| macros allowing to declare a mandatory in/out attribute concrete class associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_OUTPUT_TILECOLL_ATTRIBUTE(tileCollType, libraryName, className, RuleString) |
| macros allowing to declare a mandatory output attribute concrete class associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_TILECOLL_ATTRIBUTE(tileCollType, libraryName, className, RuleString) |
| macros allowing to declare an optional input attribute associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_INOUT_OPTIONAL_TILECOLL_ATTRIBUTE(tileCollType, libraryName, className, RuleString) |
| macros allowing to declare an optional in/out attribute associated to a collection of image tiles More... | |
| #define | IPSDK_DECLARE_OUTPUT_OPTIONAL_TILECOLL_ATTRIBUTE(tileCollType, libraryName, className, RuleString) |
| macros allowing to declare an optional output attribute associated to a collection of image tiles More... | |
Header part of macros set for attributes associated to collection of image tiles.
| #define IPSDK_DECLARE_TILECOLL_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare body for concrete class of an attribute associated to a collection of image tiles
| #define IPSDK_DECLARE_TILECOLL_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a concrete class of an attribute associated to a collection of image tiles
| #define IPSDK_DECLARE_INPUT_TILECOLL_ATTRIBUTE | ( | tileCollType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input attribute concrete class associated to a collection of image tiles
| #define IPSDK_DECLARE_INOUT_TILECOLL_ATTRIBUTE | ( | tileCollType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory in/out attribute concrete class associated to a collection of image tiles
| #define IPSDK_DECLARE_OUTPUT_TILECOLL_ATTRIBUTE | ( | tileCollType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory output attribute concrete class associated to a collection of image tiles
| #define IPSDK_DECLARE_INPUT_OPTIONAL_TILECOLL_ATTRIBUTE | ( | tileCollType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input attribute associated to a collection of image tiles
| #define IPSDK_DECLARE_INOUT_OPTIONAL_TILECOLL_ATTRIBUTE | ( | tileCollType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional in/out attribute associated to a collection of image tiles
| #define IPSDK_DECLARE_OUTPUT_OPTIONAL_TILECOLL_ATTRIBUTE | ( | tileCollType, | |
| libraryName, | |||
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional output attribute associated to a collection of image tiles
1.8.14