16 #ifndef __IPSDKIMAGEPROCESSING_ZSTRIPCOLOR3DATTRIBUTEHDRMACROS_H__ 17 #define __IPSDKIMAGEPROCESSING_ZSTRIPCOLOR3DATTRIBUTEHDRMACROS_H__ 20 #include <IPSDKImageProcessing/Attribute/Strip/ZStripColor3d/BaseInOutZStripColor3dAttribute.h> 21 #include <IPSDKImageProcessing/Attribute/Strip/ZStripColor3d/BaseInputZStripColor3dAttribute.h> 22 #include <IPSDKImageProcessing/Attribute/Strip/ZStripColor3d/BaseOutputZStripColor3dAttribute.h> 29 #define IPSDK_BASECLASSNAME_ZSTRIPCOLOR3D ZStripColor3d 37 #define IPSDK_DECLARE_INPUT_ZSTRIPCOLOR3D_ATTRIBUTE(libraryName, className, RuleString) \ 38 IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(ZSTRIPCOLOR3D, libraryName, className, RuleString) 42 #define IPSDK_DECLARE_INOUT_ZSTRIPCOLOR3D_ATTRIBUTE(libraryName, className, RuleString) \ 43 IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE(ZSTRIPCOLOR3D, libraryName, className, RuleString) 47 #define IPSDK_DECLARE_OUTPUT_ZSTRIPCOLOR3D_ATTRIBUTE(libraryName, className, RuleString) \ 48 IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE(ZSTRIPCOLOR3D, libraryName, className, RuleString) 53 #endif // __IPSDKIMAGEPROCESSING_ZSTRIPCOLOR3DATTRIBUTEHDRMACROS_H__ Header part of macros set for image strip attributes.