Enumerations | |
| enum | Type { X = 0, Y = 1, Z = 2, W = 3, XE = 4, YE = 5, T = 10, UNKNOWN = 1000 } |
| Axes constants. More... | |
Functions | |
| hippodraw::Axes::Type | convert (unsigned int i) |
| Converts from integer represenation to Axes::Tyoe representation. | |
| hippodraw::Axes::Type | convert (const std::string &axis) |
| Converts from string representation ot Axes::Type representation. | |
|
|
Axes constants. The axes constants are used to access and set attributes of PlotterBase objects.
Definition at line 33 of file AxesType.h. |
|
|
Converts from integer represenation to Axes::Tyoe representation.
Definition at line 65 of file AxesType.h. References hippodraw::Symbol::types, UNKNOWN, W, X, XE, Y, YE, and Z. |
|
1.4.3