DataPointTuple.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 
14 #ifndef DataPointTuple_H
15 #define DataPointTuple_H
16 
17 #include <string>
18 
21 namespace hippodraw {
22 
35  namespace DataPoint2DTuple {
38  enum column { X,
39  Y,
40  XERR,
41  YERR,
42  SIZE = 4
43  };
44 
45  extern std::string WIDTH;
46  extern std::string ERROR;
47  }
48 
56  namespace DataPoint3DTuple {
59  enum column { X,
60  Y,
61  Z,
62  XERR,
63  YERR,
64  ZERR,
65  SIZE = 6
66  };
67  extern std::string XWIDTH;
68  extern std::string YWIDTH;
69 
70  }
71 
72 } // namespace HippoDraw
73 
74 #endif // DataPointTuple_H

Generated for HippoDraw Class Library by doxygen