Namespaces | Enumerations | Variables
DataPointTuple.h File Reference

hippodraw::DataPointTuple namespace interface More...

#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 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, XERR, YERR,
  SIZE = 4
}
 The column indices for 2 dimension data point tuple. More...
enum  column {
  X, Y, Z, XERR,
  YERR, ZERR, SIZE = 6
}
 The column indices for 3 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.

Detailed Description

hippodraw::DataPointTuple namespace interface

Copyright (C) 2003-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

Id:
DataPointTuple.h,v 1.11 2006/09/13 21:16:06 pfkeb Exp

Definition in file DataPointTuple.h.


Generated for HippoDraw Class Library by doxygen