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. More...
 
std::string YWIDTH
 Y width label. More...
 

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

◆ column

enum column

The column indices for 3 dimension data point tuple.

Enumerator

X coordinate.

Y coordinate.

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

◆ XWIDTH()

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

◆ YWIDTH()

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

Variable Documentation

◆ XWIDTH

std::string XWIDTH

◆ YWIDTH

std::string YWIDTH

Generated for HippoDraw Class Library by doxygen