14 #ifndef _TupleCutXML_H_
15 #define _TupleCutXML_H_
72 void setAxisAttributes (
TupleCut * cut,
90 bool hasMultiDimTupleCut (
const XmlElement * element )
const;
100 std::vector < TupleCut * > & cuts );
111 #endif // _TupleCutXML_H_
#define MDL_HIPPOPLOT_API
std::string m_column
The column index attribute name.
A pure virtual base class of XML element wrapper.
The class expresses a cut on a DataSource, i.e.
static TupleCutXML * s_instance
The pointer to the singleton object.
std::string m_invert
The inversion attribute name.
std::string m_low
The low end of Range attribute name.
std::string m_dim
The number of dimension attribute name.
std::string m_axis
The axis attribute name.
A base class of XML element controllers.
std::string m_high
The high end of Range attribute name.
A base class that is the interface between GUI and the XML serialization and deserialization.
A class that is does XML serialization and de-serialization of derived classes of TupleCut...