IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Tile2dAttributeHdrMacros.h
Go to the documentation of this file.
1 // Tile2dAttributeHdrMacros.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_TILE2DATTRIBUTEHDRMACROS_H__
16 #define __IPSDKIMAGEPROCESSING_TILE2DATTRIBUTEHDRMACROS_H__
17 
19 #include <IPSDKImageProcessing/Attribute/Tile/Tile2d/BaseInputTile2dAttribute.h>
20 
23 
26 #define IPSDK_BASECLASSNAME_TILE2D Tile2d
27 
29 // Mandatory attributes
31 
34 #define IPSDK_DECLARE_INPUT_TILE2D_ATTRIBUTE(libraryName, className, RuleString) \
35  IPSDK_DECLARE_INPUT_TILE_ATTRIBUTE(TILE2D, libraryName, className, RuleString)
36 
38 // Optional attributes
40 
43 #define IPSDK_DECLARE_INPUT_OPTIONAL_TILE2D_ATTRIBUTE(libraryName, className, RuleString) \
44  IPSDK_DECLARE_INPUT_OPTIONAL_TILE_ATTRIBUTE(TILE2D, libraryName, className, RuleString)
45 
48 
49 #endif // __IPSDKIMAGEPROCESSING_TILE2DATTRIBUTEHDRMACROS_H__
Header part of macros set for image tile attributes.