IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GaussianRandomImgLvl1.h
1 // GaussianRandomImgLvl1.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLUTILITY_GAUSSIANRANDOMIMGLVL1_H__
17 #define __IPSDKIPLUTILITY_GAUSSIANRANDOMIMGLVL1_H__
18 
22 
23 // Attributes headers
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InGaussianParameter.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace util {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLUtility, GaussianRandomImg,
37  (((ipsdk)(imaproc)(attr))(InGaussianParameter))
38  (((ipsdk)(imaproc)(attr))(OutImg)))
39 
40 // methods
41 public:
42 
43 protected:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace util
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLUTILITY_GAUSSIANRANDOMIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.