hippodraw::Symbol Namespace Reference


Detailed Description

A namespace for plotting symbols.


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.


Enumeration Type Documentation

enum Type

Enumeration of the type of symbols supported by this class.

Author:
Paul F. Kunz <Paul_Kunz@slac.stanford.edu>
Enumerator:
SQUARE 
SOLIDSQUARE 
symbolpointrepsolidsquare.png

PLUS 
TIMES 
TRIANGLE 
FILLED_TRIANGLE 
CIRCLE 
FILLED_CIRCLE 
INVISIBLE 

Definition at line 28 of file SymbolType.h.


Function Documentation

Type MDL_HIPPOPLOT_API convert ( unsigned int  type  ) 

Definition at line 31 of file SymbolType.cxx.

References INVISIBLE, and types.


Variable Documentation

Type types[] [static]

Initial value:

An array to allow conversion of integer to enumeration.

Note:
Use static as recommended by KDE developers because no long symbol will be exported.

Definition at line 25 of file SymbolType.cxx.

Referenced by convert(), CanvasView::invalidImageFormatError(), and FitsFile::writeHDU().


Generated for HippoDraw Class Library by doxygen