CLAM-Development
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Base
ProcessingFactory.cxx
Go to the documentation of this file.
1
#include "
ProcessingFactory.hxx
"
2
#include <string>
3
#include <set>
4
5
namespace
CLAM
6
{
7
8
ProcessingFactory
&
ProcessingFactory::GetInstance
()
9
{
10
static
ProcessingFactory
theInstance;
11
return
theInstance;
12
}
13
14
}
//namespace CLAM
15
Generated by
1.8.1