#include "pattern/libhippo.h"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | hippodraw |
| Namespace for HippoDraw. | |
| namespace | hippodraw::Axes |
| The namespace for axes constants. | |
Enumerations | |
| enum | Type { X = 0, Y = 1, Z = 2, W = 3, XE = 4, YE = 5, T = 10, UNKNOWN = 1000 } |
| Axes constants. More... | |
Functions | |
| Type | convert (unsigned int i) |
| Converts from integer represenation to Axes::Tyoe representation. | |
| Type | convert (const std::string &axis) |
| Converts from string representation ot Axes::Type representation. | |
Copyright (C) 2000, 2003, 2004 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file AxesType.h.