CLAM-Development
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Base
ProcessingFactory.hxx
Go to the documentation of this file.
1
#ifndef ProcessingFactory_hxx
2
#define ProcessingFactory_hxx
3
4
#include "
Processing.hxx
"
5
#include "
Factory.hxx
"
6
7
namespace
CLAM
8
{
9
10
class
ProcessingFactory
:
public
Factory
<Processing>
11
{
12
public
:
13
static
ProcessingFactory
&
GetInstance
();
14
};
15
16
}
//namespace CLAM
17
18
#endif
19
Generated by
1.8.1