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