IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Macros
Tile2dCollAttributeHdrMacros.h File Reference

Header part of macros set for attributes associated to a collection of image 2d tiles. More...

#include <IPSDKImageProcessing/Attribute/TileColl/TileCollAttributeHdrMacros.h>
#include <IPSDKImageProcessing/Attribute/TileColl/Tile2dColl/BaseInputTile2dCollAttribute.h>
#include <IPSDKImageProcessing/Attribute/TileColl/Tile2dColl/BaseInOutTile2dCollAttribute.h>
#include <IPSDKImageProcessing/Attribute/TileColl/Tile2dColl/BaseOutputTile2dCollAttribute.h>

Go to the source code of this file.

Macros

#define IPSDK_BASECLASSNAME_TILE2DCOLL   Tile2dColl
 [Internal] macro allowing to define tile collection base class name
 
#define IPSDK_DECLARE_INPUT_TILE2DCOLL_ATTRIBUTE(libraryName, className, RuleString)   IPSDK_DECLARE_INPUT_TILECOLL_ATTRIBUTE(TILE2DCOLL, libraryName, className, RuleString)
 macros allowing to declare a mandatory input attribute concrete class associated to a collection of image 2d tiles
 
#define IPSDK_DECLARE_INOUT_TILE2DCOLL_ATTRIBUTE(libraryName, className, RuleString)   IPSDK_DECLARE_INOUT_TILECOLL_ATTRIBUTE(TILE2DCOLL, libraryName, className, RuleString)
 macros allowing to declare a mandatory in/out attribute concrete class associated to a collection of image 2d tiles
 
#define IPSDK_DECLARE_OUTPUT_TILE2DCOLL_ATTRIBUTE(libraryName, className, RuleString)   IPSDK_DECLARE_OUTPUT_TILECOLL_ATTRIBUTE(TILE2DCOLL, libraryName, className, RuleString)
 macros allowing to declare a mandatory output attribute concrete class associated to a collection of image 2d tiles
 
#define IPSDK_DECLARE_INPUT_OPTIONAL_TILE2DCOLL_ATTRIBUTE(libraryName, className, RuleString)   IPSDK_DECLARE_INPUT_OPTIONAL_TILECOLL_ATTRIBUTE(TILE2DCOLL, libraryName, className, RuleString)
 macros allowing to declare an optional input attribute concrete class associated to a collection of image 2d tiles
 
#define IPSDK_DECLARE_INOUT_OPTIONAL_TILE2DCOLL_ATTRIBUTE(libraryName, className, RuleString)   IPSDK_DECLARE_INOUT_OPTIONAL_TILECOLL_ATTRIBUTE(TILE2DCOLL, libraryName, className, RuleString)
 macros allowing to declare an optional in/out attribute concrete class associated to a collection of image 2d tiles
 
#define IPSDK_DECLARE_OUTPUT_OPTIONAL_TILE2DCOLL_ATTRIBUTE(libraryName, className, RuleString)   IPSDK_DECLARE_OUTPUT_OPTIONAL_TILECOLL_ATTRIBUTE(TILE2DCOLL, libraryName, className, RuleString)
 macros allowing to declare an optional output attribute concrete class associated to a collection of image 2d tiles
 

Detailed Description

Header part of macros set for attributes associated to a collection of image 2d tiles.

Author
E.Noirfalise
Date
2016/09/28