casa
$Rev:20696$
|
#include <DSPixelPoly.h>
Public Member Functions | |
DSPixelPoly () | |
DSPixelPoly (const Record &settings) | |
DSPixelPoly (DSScreenPoly &other) | |
DSPixelPoly (DSWorldPoly &other) | |
DSPixelPoly (DSPixelPolyLine &other) | |
virtual | ~DSPixelPoly () |
virtual Bool | setOptions (const Record &settings) |
virtual Record | getOptions () |
Get and set options. | |
virtual Record | getRawOptions () |
Definition at line 49 of file DSPixelPoly.h.
casa::DSPixelPoly::DSPixelPoly | ( | const Record & | settings | ) |
casa::DSPixelPoly::DSPixelPoly | ( | DSScreenPoly & | other | ) |
casa::DSPixelPoly::DSPixelPoly | ( | DSWorldPoly & | other | ) |
casa::DSPixelPoly::DSPixelPoly | ( | DSPixelPolyLine & | other | ) |
virtual casa::DSPixelPoly::~DSPixelPoly | ( | ) | [virtual] |
virtual Record casa::DSPixelPoly::getOptions | ( | ) | [virtual] |
virtual Record casa::DSPixelPoly::getRawOptions | ( | ) | [inline, virtual] |
Implements casa::DisplayShapeWithCoords.
Definition at line 64 of file DSPixelPoly.h.
References getOptions().
virtual Bool casa::DSPixelPoly::setOptions | ( | const Record & | settings | ) | [virtual] |
Reimplemented from casa::DSPoly.