IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZStrip3dAttributeHdrMacros.h
Go to the documentation of this file.
1 // ZStrip3dAttributeHdrMacros.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_ZSTRIP3DATTRIBUTEHDRMACROS_H__
17 #define __IPSDKIMAGEPROCESSING_ZSTRIP3DATTRIBUTEHDRMACROS_H__
18 
20 #include <IPSDKImageProcessing/Attribute/Strip/ZStrip3d/BaseInOutZStrip3dAttribute.h>
21 #include <IPSDKImageProcessing/Attribute/Strip/ZStrip3d/BaseInputZStrip3dAttribute.h>
22 #include <IPSDKImageProcessing/Attribute/Strip/ZStrip3d/BaseOutputZStrip3dAttribute.h>
23 
26 
29 #define IPSDK_BASECLASSNAME_ZSTRIP3D ZStrip3d
30 
32 // Mandatory attributes
34 
37 #define IPSDK_DECLARE_INPUT_ZSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
38  IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(ZSTRIP3D, libraryName, className, RuleString)
39 
42 #define IPSDK_DECLARE_INOUT_ZSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
43  IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE(ZSTRIP3D, libraryName, className, RuleString)
44 
47 #define IPSDK_DECLARE_OUTPUT_ZSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
48  IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE(ZSTRIP3D, libraryName, className, RuleString)
49 
51 // Optional attributes
53 
56 #define IPSDK_DECLARE_INPUT_OPTIONAL_ZSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
57  IPSDK_DECLARE_INPUT_OPTIONAL_STRIP_ATTRIBUTE(ZSTRIP3D, libraryName, className, RuleString)
58 
61 #define IPSDK_DECLARE_INOUT_OPTIONAL_ZSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
62  IPSDK_DECLARE_INOUT_OPTIONAL_STRIP_ATTRIBUTE(ZSTRIP3D, libraryName, className, RuleString)
63 
66 #define IPSDK_DECLARE_OUTPUT_OPTIONAL_ZSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
67  IPSDK_DECLARE_OUTPUT_OPTIONAL_STRIP_ATTRIBUTE(ZSTRIP3D, libraryName, className, RuleString)
68 
71 
72 #endif // __IPSDKIMAGEPROCESSING_ZSTRIP3DATTRIBUTEHDRMACROS_H__
Header part of macros set for image strip attributes.