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