IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InGreyUIntImg3d.h
1 // InGreyUIntImg3d.h:
3 // ----------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INGREYUINTIMG3D_H__
17 #define __IPSDKIPLATTRIBUTES_INGREYUINTIMG3D_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(IPSDKIPLAttributes,
33  InGreyUIntImg3d,
34  ipsdk::imaproc::is3d(attribute) &&
35  ipsdk::imaproc::isGrey(attribute) &&
36  ipsdk::processor::Not(imaproc::bufferType(
37  attribute,
38  image::eImageBufferType::eIBT_Int8,
39  image::eImageBufferType::eIBT_Int16,
40  image::eImageBufferType::eIBT_Int32,
41  image::eImageBufferType::eIBT_Real32)));
42 
45 
46 } // end of namespace attr
47 } // end of namespace imaproc
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKIPLATTRIBUTES_INGREYUINTIMG3D_H__
IPSDKBASEPROCESSING_API RulePtr Not(const RulePtr &pRule)
#define IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString)
Definition of import/export macro for library.