IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
YStrip3dAttributeHdrMacros.h
Go to the documentation of this file.
1 // YStrip3dAttributeHdrMacros.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_YSTRIP3DATTRIBUTEHDRMACROS_H__
17 #define __IPSDKIMAGEPROCESSING_YSTRIP3DATTRIBUTEHDRMACROS_H__
18 
20 #include <IPSDKImageProcessing/Attribute/Strip/YStrip3d/BaseInOutYStrip3dAttribute.h>
21 #include <IPSDKImageProcessing/Attribute/Strip/YStrip3d/BaseInputYStrip3dAttribute.h>
22 #include <IPSDKImageProcessing/Attribute/Strip/YStrip3d/BaseOutputYStrip3dAttribute.h>
23 
26 
29 #define IPSDK_BASECLASSNAME_YSTRIP3D YStrip3d
30 
32 // Mandatory attributes
34 
37 #define IPSDK_DECLARE_INPUT_YSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
38  IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(YSTRIP3D, libraryName, className, RuleString)
39 
42 #define IPSDK_DECLARE_INOUT_YSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
43  IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE(YSTRIP3D, libraryName, className, RuleString)
44 
47 #define IPSDK_DECLARE_OUTPUT_YSTRIP3D_ATTRIBUTE(libraryName, className, RuleString) \
48  IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE(YSTRIP3D, libraryName, className, RuleString)
49 
52 
53 #endif // __IPSDKIMAGEPROCESSING_YSTRIP3DATTRIBUTEHDRMACROS_H__
Header part of macros set for image strip attributes.