IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
XStrip2dWithKernelAttributeHdrMacros.h
Go to the documentation of this file.
1 // XStrip2dWithKernelAttributeHdrMacros.h:
3 // ---------------------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_XSTRIP2DWITHKERNELATTRIBUTEHDRMACROS_H__
17 #define __IPSDKIMAGEPROCESSING_XSTRIP2DWITHKERNELATTRIBUTEHDRMACROS_H__
18 
20 #include <IPSDKImageProcessing/Attribute/Strip/XStrip2dWithKernel/BaseInputXStrip2dWithKernelAttribute.h>
21 
24 
27 #define IPSDK_BASECLASSNAME_XSTRIP2DWITHKERNEL XStrip2dWithKernel
28 
30 // Mandatory attributes
32 
35 #define IPSDK_DECLARE_INPUT_XSTRIP2DWITHKERNEL_ATTRIBUTE(libraryName, className, RuleString) \
36  IPSDK_DECLARE_INPUT_STRIP_ATTRIBUTE(XSTRIP2DWITHKERNEL, libraryName, className, RuleString)
37 
40 
41 #endif // __IPSDKIMAGEPROCESSING_XSTRIP2DWITHKERNELATTRIBUTEHDRMACROS_H__
Header part of macros set for image strip attributes.