IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RandomImgLvl2.h
1 // RandomImgLvl2.h:
3 // ------------------------
4 //
16 
17 #ifndef __IPSDKIPLUTILITY_RANDOMIMGLVL2_H__
18 #define __IPSDKIPLUTILITY_RANDOMIMGLVL2_H__
19 
22 
23 // Attributes headers
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputRange.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Output/2d/OutSubImg2d.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace util {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLUtility, RandomImg,
36  ((matchImageRange<ipsdk::imaproc::attr::Range::Min>(_pOutSubImg2d, _pInOutputRange)) &&
37  (matchImageRange<ipsdk::imaproc::attr::Range::Max>(_pOutSubImg2d, _pInOutputRange))),
38  (((ipsdk)(imaproc)(attr))(InOutputRange))
39  (((ipsdk)(imaproc)(attr))(OutSubImg2d)))
40 
41 // methods
42 public:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace util
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLUTILITY_RANDOMIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.