IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NormalPriority.h
1 // NormalPriority.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKCORE_NORMALPRIORITY_H__
16 #define __IPSDKCORE_NORMALPRIORITY_H__
17 
18 #include <IPSDKCore/Processing/Priority/BasePriority.h>
19 
20 namespace ipsdk {
21 namespace core {
22 
25 
27 {
28 public:
32  ~NormalPriority();
34 
35 // methods
36 public:
37 
38 // attributes
39 protected:
40 
41 };
42 
45 
46 } // end of namespace core
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKCORE_NORMALPRIORITY_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for priority encapsulation.
Definition: BasePriority.h:32
#define IPSDKCORE_API
Import/Export macro for library IPSDKCore.
Definition: IPSDKCoreExports.h:27
Class used to encapsulate normal priority.
Definition: NormalPriority.h:26