DataPointTuple.cxx

Go to the documentation of this file.
00001 
00012 #include "DataPointTuple.h"
00013 
00014 namespace hippodraw {
00015 
00016   namespace DataPoint2DTuple {
00017 
00018     std::string WIDTH ( "Width" );
00019     std::string ERROR ( "Error" );
00020   }
00021 }
00022 
00023 namespace hippodraw {
00024 
00025   namespace DataPoint3DTuple {
00026 
00027     std::string XWIDTH ( "XWidth" );
00028     std::string YWIDTH ( "YWidth" );
00029   }
00030 }

Generated for HippoDraw Class Library by doxygen