CLAM-Development  1.4.0
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:
14 };
15 
16 } //namespace CLAM
17 
18 #endif
19