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_ NTupleProjectorXML * m_nTupleProjector
The NTupleProjectorXML instance used by this class.
A base class that is the interface between GUI and the XML serialization and deserialization.
std::string m_contours
The attribute name for number of contours.
FunctionProjectorXML * m_functionProjector
The FunctionProjectorXML instance used by this class.
A base class of XML element controllers.
PointRepXML * m_pointrep
The PointRepXML instance used by this class.
BinningProjectorXML * m_binningProjectorXML
the BinningProjectorXML instance used by this class.
An class XML doing serialization and deserialization of derived classes of BinningProjector.
The base class for data representations.
An class XML doing serialization and de-serialization of derived classes of MapMatrixProjector.
A derived class of NTupleProjector that maps 1 DataSource column to a Y axis of two dimensional proje...
#define MDL_HIPPOPLOT_API
A pure virtual base class of XML element wrapper.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
An NTupleProjector is a projector that projects data from an DataSource object.
MapMatrixProjectorXML * m_mapMatrixProjectorXML
The MapMatrixProjectorXML instance used by this class.
A class that is does XML serialization and de-serialization of derived classes of DataRep...
A singleton class that is does XML serialization and de-serialization of derived classes of RepBase...
An class XML doing serialization and deserialization of derived classes of NTupleProjector.
A projector that plots one function.
An class XML doing serialization and deserialization of derived classes of FunctionProjector.