#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | hippodraw |
| Namespace for HippoDraw. | |
| namespace | hippodraw::DataPoint2DTuple |
| A namespace to set the standard for indexing into 2 dimension data point tuple. | |
| namespace | hippodraw::DataPoint3DTuple |
| A namespace to set the standard for indexing into 3 dimension data point tuple. | |
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. | |
Copyright (C) 2003-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file DataPointTuple.h.