17 #ifndef _DataRepXML_H_
18 #define _DataRepXML_H_
24 class BinningProjector;
25 class BinningProjectorXML;
27 class FunctionProjector;
28 class FunctionProjectorXML;
29 class MapMatrixProjector;
30 class MapMatrixProjectorXML;
31 class NTupleProjector;
32 class NTupleProjectorXML;
95 void createFunctionTargetChild (
XmlElement & tag,
135 #endif // _DataRepXML_H_
#define MDL_HIPPOPLOT_API
std::string m_contours
The attribute name for number of contours.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
NTupleProjectorXML * m_nTupleProjector
The NTupleProjectorXML instance used by this class.
BinningProjectorXML * m_binningProjectorXML
the BinningProjectorXML instance used by this class.
A class that is does XML serialization and de-serialization of derived classes of DataRep...
FunctionProjectorXML * m_functionProjector
The FunctionProjectorXML instance used by this class.
MapMatrixProjectorXML * m_mapMatrixProjectorXML
The MapMatrixProjectorXML instance used by this class.
An NTupleProjector is a projector that projects data from an DataSource object.
A pure virtual base class of XML element wrapper.
PointRepXML * m_pointrep
The PointRepXML instance used by this class.
An class XML doing serialization and deserialization of derived classes of BinningProjector.
An class XML doing serialization and de-serialization of derived classes of MapMatrixProjector.
A singleton class that is does XML serialization and de-serialization of derived classes of RepBase...
The base class for data representations.
A derived class of NTupleProjector that maps 1 DataSource column to a Y axis of two dimensional proje...
An class XML doing serialization and deserialization of derived classes of NTupleProjector.
An class XML doing serialization and deserialization of derived classes of FunctionProjector.
A base class of XML element controllers.
A base class that is the interface between GUI and the XML serialization and deserialization.
A projector that plots one function.