openModeller  Version 1.4.0
PreJackknifeFactory.hh
Go to the documentation of this file.
00001 
00029 #ifndef PRE_JACKKNIFEFACTORY_HH
00030   #define PRE_JACKKNIFEFACTORY_HH
00031 
00032   #include "PreAlgorithmFactory.hh"
00033   #include "PreParameters.hh"
00034 
00035   class dllexp PreJackknifeFactory : public PreAlgorithmFactory
00036   {
00037     public :    
00038 
00039       //Default constructor
00040       PreJackknifeFactory();      
00041       
00042       //Default Destructor
00043       ~PreJackknifeFactory();
00044       
00045     protected :  
00052       PreAlgorithm* build( const PreParameters& arg );
00053       
00054   };
00055 
00056   namespace
00057   {  
00058     static PreJackknifeFactory PreJackknifeFactory_instance;
00059   };
00060 
00061 #endif
00062