Copyright (C) 2003-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file DataPointTuple.h.
#include <string>
Include dependency graph for DataPointTuple.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | hippodraw |
| namespace | hippodraw::DataPoint2DTuple |
| namespace | hippodraw::DataPoint3DTuple |
Enumerations | |
| enum | column { X, Y, Z, XERR, YERR, ZERR, SIZE = 6 } |
| The column indices for 3 dimension data point tuple. More... | |
| enum | column { X, Y, XERR, YERR, SIZE = 4 } |
| The column indices for 2 dimension data point tuple. More... | |
Variables | |
| std::string | ERROR |
| YERR column label. | |
| std::string | WIDTH |
| XERR column label. | |
| std::string | XWIDTH |
| X width label. | |
| std::string | YWIDTH |
| Y width label. | |