14 #ifndef _FitterFactory_H_ 15 #define _FitterFactory_H_ 61 void setDefault (
const std::string & name );
65 const std::string & getDefault ()
const;
71 #endif // _FitterFactory_H_ hippodraw::Factory class interface and template implementation
A Factory singleton class for creating objects whose class derives from Fitter.
std::string m_default
The application's default fitter, if non empty.
#define MDL_HIPPOPLOT_API
static FitterFactory * s_instance
A pointer to the singleton object.
The base class for singleton factory classes.