SymbolType.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _SymbolType_H_
15 #define _SymbolType_H_
16 
17 #include "pattern/libhippo.h"
18 
19 namespace hippodraw {
20 
23  namespace Symbol {
28  enum Type {
32  PLUS,
39  };
40 
41  Type MDL_HIPPOPLOT_API convert ( unsigned int type );
42 
43  }
44 }
45 
46 #endif // _SymbolType_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
Type
Enumeration of the type of symbols supported by this class.
Definition: SymbolType.h:28
PyArray_TYPES type(numeric::array arr)
Definition: num_util.cpp:249
Type convert(unsigned int type)
Definition: SymbolType.cxx:31

Generated for HippoDraw Class Library by doxygen