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. More... | |
A namespace for plotting symbols.
| enum Type |
Enumeration of the type of symbols supported by this class.
| Enumerator | |
|---|---|
| SQUARE | |
| SOLIDSQUARE |
|
| PLUS | |
| TIMES | |
| TRIANGLE | |
| FILLED_TRIANGLE | |
| CIRCLE | |
| FILLED_CIRCLE | |
| INVISIBLE | |
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.
Referenced by SymbolPointRep::setStyle().
|
static |
An array to allow conversion of integer to enumeration.
Definition at line 25 of file SymbolType.cxx.
Referenced by convert().