openModeller  Version 1.5.0
PreAlgorithmFactory.cpp
Go to the documentation of this file.
1 
28 #include "PreAlgorithmFactory.hh"
29 
30 PreAlgorithmFactory::PreAlgorithmFactory( const std::string& factoryName )
31 : PreFactory< PreAlgorithm, PreParameters >( factoryName )
32 {
33 };
34 
35 PreAlgorithmFactory::~PreAlgorithmFactory()
36 {
37 };