IAlgorithm.h
Go to the documentation of this file.
1 /********************************************************************
2 *
3 * Project Artec 3D Scanning SDK
4 *
5 * Purpose: Algorithm interface.
6 *
7 * Copyright: Artec Group
8 *
9 ********************************************************************/
10 
11 #ifndef _IALGORITHM_H_
12 #define _IALGORITHM_H_
13 
14 #include <artec/sdk/base/IJob.h>
15 
16 namespace artec { namespace sdk { namespace algorithms
17 {
18 
20 {
21 public:
22 
23 };
24 
25 } } } // namespace artec::sdk::algorithms
26 
27 #endif // _IALGORITHM_H_