14 #include "msdevstudio/MSconfig.h"
38 using namespace hippodraw;
hippodraw::DyHistogramEqualEntries class interface.
A DataRep that displays a triplet of data from three columns, two on the X and Y axis and the third a...
static DataRepFactory * s_instance
The pointer to the singleton object.
A derived class of DataRep which functions as a strip chart.
DataRepFactory()
The default constructor for avoiding creation except by itself or with derived classes.
Profile2D class interface.
Displays on the Y axis the values of a single column using the row number as the coordinate of the X ...
ContourPlot class interface.
LineDataRep class interface.
A DataRep for two dimensional profile.
A derived class of DataRep that creates a two dimensional static histogram display.
~DataRepFactory()
The destructor.
static DataRepFactory * instance()
Returns the pointer to the singleton instance.
A derived class of DataRep that creates a one dimensional dynamic histogram display.
A DataRep for a two dimensional histogram by showing the density of any bin with colored contour line...
hippodraw::Image class interface
Displays X Y pairs with or without error bars.
Displays on the Z axis the values of a single column treated as a matrix of values.
A DataRep showing a profile.
void add(hippodraw::DataRep *)
Adds a prototype object to the list of prototypes.
A derived class of DataRep that creates a one dimensional static histogram display.
St2DHistogram class interface.
ColorPlot class interface.
A DataRep taking two columns and plotting their values as a small dot.
A derived class of DataRep that creates a one dimensional dynamic histogram display.
This Singleton class maintains a list of DataRep objects.
hippodraw::DyHistogram class interface.
void initialize()
Initializes the factory with a set of default DataReps.
A DataRep for two dimensional profile.
A DataRep for a two dimensional histogram by showing the density of any bin with colored squares...
ProfileHist class interface.
ProfileContour class interface.
XYPlot classes interface.
StripChart class interface.
ScatterPlot class interface.
A derived class of DataRep which displays a value as a line along the X or Y axis.
St1DHistogram class interface.
hippodraw::VariableMesh classes interface.