Artec 3D Scanning SDK
2.0
Main Page
Basics
Namespaces
Classes
Files
Samples
Beyond Basics
File List
File Members
artec
sdk
algorithms
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
19
/**
20
* Base interface for algorithms.
21
* It supports smart reference counting.
22
*/
23
class
IAlgorithm
:
public
artec::sdk::base::IJob
24
{
25
public
:
26
27
};
28
29
} } }
// namespace artec::sdk::algorithms
30
31
#endif // _IALGORITHM_H_
artec
Definition:
AlgorithmWorkset.h:14
IJob.h
artec::sdk::base::IJob
Interface that represents a basic multithreaded work item; Used by executeJob and launchJob...
Definition:
IJob.h:51
artec::sdk::algorithms::IAlgorithm
Base interface for algorithms.
Definition:
IAlgorithm.h:23
Generated by
1.8.9.1