IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZStrip3dWithKernelAttributeHdrMacros.h
Go to the documentation of this file.
1 // ZStrip3dWithKernelAttributeHdrMacros.h:
3 // ---------------------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_ZSTRIP3DWITHKERNELATTRIBUTEHDRMACROS_H__
17 #define __IPSDKIMAGEPROCESSING_ZSTRIP3DWITHKERNELATTRIBUTEHDRMACROS_H__
18 
20 #include <IPSDKImageProcessing/Attribute/Strip/ZStrip3dWithKernel/BaseInputZStrip3dWithKernelAttribute.h>
21 
24 
27 #define IPSDK_BASECLASSNAME_ZSTRIP3DWITHKERNEL ZStrip3dWithKernel
28 
30 // Mandatory attributes
32 
35 #define IPSDK_DECLARE_INPUT_ZSTRIP3DWITHKERNEL_ATTRIBUTE(libraryName, className, RuleString) \
36  IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(ZSTRIP3DWITHKERNEL, libraryName, className, RuleString)
37 
39 // Optional attributes
41 
44 #define IPSDK_DECLARE_INPUT_OPTIONAL_ZSTRIP3DWITHKERNEL_ATTRIBUTE(libraryName, className, RuleString) \
45  IPSDK_DECLARE_INPUT_OPTIONAL_STRIP_ATTRIBUTE(ZSTRIP3DWITHKERNEL, libraryName, className, RuleString)
46 
49 
50 #endif // __IPSDKIMAGEPROCESSING_ZSTRIP3DWITHKERNELATTRIBUTEHDRMACROS_H__
Header part of macros set for image strip attributes.