A namespace for plotting symbols. More...
Enumerations | |
| enum | Type { SQUARE, SOLIDSQUARE, PLUS, TIMES, TRIANGLE, FILLED_TRIANGLE, CIRCLE, FILLED_CIRCLE, INVISIBLE } |
| Enumeration of the type of symbols supported by this class. More... | |
Functions | |
| Type | convert (unsigned int type) |
Variables | |
| static Type | types [] |
| An array to allow conversion of integer to enumeration. | |
A namespace for plotting symbols.
| enum Type |
Enumeration of the type of symbols supported by this class.
Definition at line 28 of file SymbolType.h.
| Type MDL_HIPPOPLOT_API convert | ( | unsigned int | type | ) |
Definition at line 31 of file SymbolType.cxx.
References INVISIBLE, num_util::type(), and types.
{ SQUARE, SOLIDSQUARE,
PLUS, TIMES,
TRIANGLE, FILLED_TRIANGLE,
CIRCLE, FILLED_CIRCLE,
INVISIBLE }
An array to allow conversion of integer to enumeration.
Definition at line 25 of file SymbolType.cxx.
Referenced by convert().