13 #include "msdevstudio/MSconfig.h"
void initialize()
Initializes the factory with a set of default functions.
static BinnerAxisFactory * s_instance
A pointer to the singleton object.
hippodraw::BinnerAxisLog class interface
hippodraw::BinnerAxisLinear class interface
BinnerAxisFactory()
A default constructor for prevent creation except by the itself or the derived classes.
void add(BinnerAxis *)
Adds a prototype object to the list of prototypes.
The class for the constant width bins.
static BinnerAxisFactory * instance()
Returns a pointer to the singleton instance.
The class for bins of logarithmically increasing widths.
A Factory singleton class for creating objects whose class derives from BinnerAxis.