openModeller  Version 1.4.0
PreAlgorithmFactory.cpp
Go to the documentation of this file.
00001  
00028 #include "PreAlgorithmFactory.hh"
00029 
00030 PreAlgorithmFactory::PreAlgorithmFactory( const std::string& factoryName )
00031 : PreFactory< PreAlgorithm, PreParameters >( factoryName )
00032 {
00033 };      
00034 
00035 PreAlgorithmFactory::~PreAlgorithmFactory()
00036 {
00037 };