AxesType conversion functions. More...
#include "AxesType.h"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | hippodraw |
Namespace for HippoDraw. | |
namespace | hippodraw::Axes |
The namespace for axes constants. | |
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. | |
Variables | |
static Type | types [] = { X, Y, Z, W, XE, YE, UNKNOWN } |
An array to allow conversion of integer to enumeration. |
AxesType conversion functions.
Copyright (C) 2005 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
The library is distributed under the terms of the GNU Lesser General Public License.
Definition in file AxesType.cxx.