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. | |
| 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 | ) |
Initial value:
{ SQUARE, SOLIDSQUARE,
PLUS, TIMES,
TRIANGLE, FILLED_TRIANGLE,
CIRCLE, FILLED_CIRCLE,
INVISIBLE }
Definition at line 25 of file SymbolType.cxx.
Referenced by convert(), CanvasView::invalidImageFormatError(), and FitsFile::writeHDU().