openModeller  Version 1.5.0
PreJackknifeFactory.hh
Go to the documentation of this file.
1 
29 #ifndef PRE_JACKKNIFEFACTORY_HH
30  #define PRE_JACKKNIFEFACTORY_HH
31 
32  #include "PreAlgorithmFactory.hh"
33  #include "PreParameters.hh"
34 
35  class dllexp PreJackknifeFactory : public PreAlgorithmFactory
36  {
37  public :
38 
39  //Default constructor
41 
42  //Default Destructor
44 
45  protected :
52  PreAlgorithm* build( const PreParameters& arg );
53 
54  };
55 
56  namespace
57  {
58  static PreJackknifeFactory PreJackknifeFactory_instance;
59  };
60 
61 #endif
62