IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InImg2.h
1 // InImg2.h:
3 // ---------
4 //
15 
16 
17 #ifndef __IPSDKIPLATTRIBUTES_INIMG2_H__
18 #define __IPSDKIPLATTRIBUTES_INIMG2_H__
19 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(IPSDKIPLAttributes,
34  InImg2,
36 
39 
40 } // end of namespace attr
41 } // end of namespace imaproc
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKIPLATTRIBUTES_INIMG2_H__
IPSDKBASEPROCESSING_API RulePtr none()
#define IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString)
Definition of import/export macro for library.