Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
axes
AxesType.h
Go to the documentation of this file.
1
12
#ifndef _AxesType_H_
13
#define _AxesType_H_
14
15
#include "
pattern/libhippo.h
"
16
17
#include <string>
18
19
namespace
hippodraw {
20
24
namespace
Axes {
25
31
enum
Type
32
{
33
X
= 0,
34
Y
= 1,
35
Z
= 2,
36
W
= 3,
37
XE
= 4,
38
YE
= 5,
39
T
= 10,
40
UNKNOWN
= 1000
41
};
42
46
Type
MDL_HIPPOPLOT_API
convert
(
const
std::string & axis );
47
51
Type
MDL_HIPPOPLOT_API
convert
(
unsigned
int
i
);
52
53
}
// end namespace Axes
54
}
// end namespace hippodraw
55
56
#endif // _AxesType_H_
MDL_HIPPOPLOT_API
#define MDL_HIPPOPLOT_API
Definition:
libhippo.h:36
i
unsigned int i
Definition:
CanvasView.cxx:3091
hippodraw::Axes::XE
X error or width.
Definition:
AxesType.h:37
hippodraw::Axes::Z
Z axis.
Definition:
AxesType.h:35
libhippo.h
hippodraw::Axes::W
weight
Definition:
AxesType.h:36
hippodraw::Axes::YE
Y error or width.
Definition:
AxesType.h:38
hippodraw::Axes::X
X axis.
Definition:
AxesType.h:33
hippodraw::Axes::UNKNOWN
Definition:
AxesType.h:40
hippodraw::Axes::Y
Y axis.
Definition:
AxesType.h:34
hippodraw::Axes::T
title
Definition:
AxesType.h:39
hippodraw::Axes::convert
Type convert(const std::string &axis)
Converts from string representation ot Axes::Type representation.
Definition:
AxesType.cxx:32
hippodraw::Axes::Type
Type
Axes constants.
Definition:
AxesType.h:31
Generated for HippoDraw Class Library by