16 #ifndef __IPSDKIMAGEPROCESSING_YSTRIPCOLOR2DATTRIBUTEHDRMACROS_H__ 17 #define __IPSDKIMAGEPROCESSING_YSTRIPCOLOR2DATTRIBUTEHDRMACROS_H__ 20 #include <IPSDKImageProcessing/Attribute/Strip/YStripColor2d/BaseInOutYStripColor2dAttribute.h> 21 #include <IPSDKImageProcessing/Attribute/Strip/YStripColor2d/BaseInputYStripColor2dAttribute.h> 22 #include <IPSDKImageProcessing/Attribute/Strip/YStripColor2d/BaseOutputYStripColor2dAttribute.h> 29 #define IPSDK_BASECLASSNAME_YSTRIPCOLOR2D YStripColor2d 37 #define IPSDK_DECLARE_INPUT_YSTRIPCOLOR2D_ATTRIBUTE(libraryName, className, RuleString) \ 38 IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(YSTRIPCOLOR2D, libraryName, className, RuleString) 42 #define IPSDK_DECLARE_INOUT_YSTRIPCOLOR2D_ATTRIBUTE(libraryName, className, RuleString) \ 43 IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE(YSTRIPCOLOR2D, libraryName, className, RuleString) 47 #define IPSDK_DECLARE_OUTPUT_YSTRIPCOLOR2D_ATTRIBUTE(libraryName, className, RuleString) \ 48 IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE(YSTRIPCOLOR2D, libraryName, className, RuleString) 53 #endif // __IPSDKIMAGEPROCESSING_YSTRIPCOLOR2DATTRIBUTEHDRMACROS_H__ Header part of macros set for image strip attributes.