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