DataPointTuple.h

Go to the documentation of this file.
00001 /* -*- c++ -*- */
00002 
00014 #ifndef DataPointTuple_H
00015 #define DataPointTuple_H
00016 
00017 #include <string>
00018 
00021 namespace hippodraw {
00022 
00035   namespace DataPoint2DTuple {
00038     enum column { X, 
00039                   Y, 
00040                   XERR, 
00041                   YERR, 
00042                   SIZE = 4 
00043     };
00044     
00045     extern std::string WIDTH; 
00046     extern std::string ERROR; 
00047   }
00048 
00056   namespace DataPoint3DTuple {
00059     enum column { X, 
00060                   Y, 
00061                   Z, 
00062                   XERR, 
00063                   YERR, 
00064                   ZERR, 
00065                   SIZE = 6 
00066     };
00067     extern std::string XWIDTH; 
00068     extern std::string YWIDTH; 
00069 
00070   }
00071 
00072 } // namespace HippoDraw
00073 
00074 #endif // DataPointTuple_H

Generated for HippoDraw Class Library by doxygen