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_

Generated for HippoDraw Class Library by doxygen