DataPointTuple.cxx
Go to the documentation of this file.
1 
12 #include "DataPointTuple.h"
13 
14 namespace hippodraw {
15 
16  namespace DataPoint2DTuple {
17 
18  std::string WIDTH ( "Width" );
19  std::string ERROR ( "Error" );
20  }
21 }
22 
23 namespace hippodraw {
24 
25  namespace DataPoint3DTuple {
26 
27  std::string XWIDTH ( "XWidth" );
28  std::string YWIDTH ( "YWidth" );
29  }
30 }

Generated for HippoDraw Class Library by doxygen