MapMatrixProjectorXML.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _MapMatrixProjectorXML_H_
15 #define _MapMatrixProjectorXML_H_
16 
17 #include "BaseXML.h"
18 
19 namespace hippodraw {
20 
21 class MapMatrixProjector;
22 class ProjectorBase;
23 
30 {
31 
32 private:
33 
36 
39  std::string m_x_bins;
40 
43  std::string m_y_bins;
44 
47  std::string m_x_step;
48 
51  std::string m_y_step;
52 
55  std::string m_x_orig;
56 
59  std::string m_y_orig;
60 
61 public:
62 
65 
68  XmlElement * createElement ( const MapMatrixProjector & projector );
69 
73  void setAttributes ( const XmlElement * element,
74  ProjectorBase * projector );
75 
76 };
77 
78 } // namespace hippodraw
79 
80 #endif // _MapMatrixProjectorXML_H_

Generated for HippoDraw Class Library by doxygen