IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
YStripSeq2dAttributeHdrMacros.h
Go to the documentation of this file.
1 // YStripSeq2dAttributeHdrMacros.h:
3 // --------------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_YSTRIPSEQ2DATTRIBUTEHDRMACROS_H__
17 #define __IPSDKIMAGEPROCESSING_YSTRIPSEQ2DATTRIBUTEHDRMACROS_H__
18 
20 #include <IPSDKImageProcessing/Attribute/Strip/YStripSeq2d/BaseInOutYStripSeq2dAttribute.h>
21 #include <IPSDKImageProcessing/Attribute/Strip/YStripSeq2d/BaseInputYStripSeq2dAttribute.h>
22 #include <IPSDKImageProcessing/Attribute/Strip/YStripSeq2d/BaseOutputYStripSeq2dAttribute.h>
23 
26 
29 #define IPSDK_BASECLASSNAME_YSTRIPSEQ2D YStripSeq2d
30 
32 // Mandatory attributes
34 
37 #define IPSDK_DECLARE_INPUT_YSTRIPSEQ2D_ATTRIBUTE(libraryName, className, RuleString) \
38  IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(YSTRIPSEQ2D, libraryName, className, RuleString)
39 
42 #define IPSDK_DECLARE_INOUT_YSTRIPSEQ2D_ATTRIBUTE(libraryName, className, RuleString) \
43  IPSDK_DECLARE_INOUT_STRIP_ATTRIBUTE(YSTRIPSEQ2D, libraryName, className, RuleString)
44 
47 #define IPSDK_DECLARE_OUTPUT_YSTRIPSEQ2D_ATTRIBUTE(libraryName, className, RuleString) \
48  IPSDK_DECLARE_OUTPUT_STRIP_ATTRIBUTE(YSTRIPSEQ2D, libraryName, className, RuleString)
49 
51 // Optional attributes
53 
56 #define IPSDK_DECLARE_INPUT_OPTIONAL_YSTRIPSEQ2D_ATTRIBUTE(libraryName, className, RuleString) \
57  IPSDK_DECLARE_INPUT_OPTIONAL_STRIP_ATTRIBUTE(YSTRIPSEQ2D, libraryName, className, RuleString)
58 
59 
62 
63 #endif // __IPSDKIMAGEPROCESSING_YSTRIPSEQ2DATTRIBUTEHDRMACROS_H__
Header part of macros set for image strip attributes.