Enumerations | Functions | Variables

hippodraw::DataPoint3DTuple Namespace Reference

A namespace to set the standard for indexing into 3 dimension data point tuple. More...

Enumerations

enum  column {
  X, Y, Z, XERR,
  YERR, ZERR, SIZE = 6
}
 

The column indices for 3 dimension data point tuple.

More...

Functions

std::string XWIDTH ("XWidth")
std::string YWIDTH ("YWidth")

Variables

std::string XWIDTH
 X width label.
std::string YWIDTH
 Y width label.

Detailed Description

A namespace to set the standard for indexing into 3 dimension data point tuple.

This namespace sets the standard to indexing into columns of an DataSource representing 3 dimensional data points. Each row of the DataSource is data point with it attribute represented in columns. The enumeration specified in the namespace gives the column indices.


Enumeration Type Documentation

enum column

The column indices for 3 dimension data point tuple.

Enumerator:
X 

X coordinate.

Y 

Y coordinate.

Z 

Z coordinate.

XERR 

error on X or width

YERR 

error on Y or width

ZERR 

error on Z

SIZE 

number of columns

Definition at line 59 of file DataPointTuple.h.


Function Documentation

std::string hippodraw::DataPoint3DTuple::XWIDTH ( "XWidth"   ) 
std::string hippodraw::DataPoint3DTuple::YWIDTH ( "YWidth"   ) 

Variable Documentation

std::string XWIDTH
std::string YWIDTH

Generated for HippoDraw Class Library by doxygen