casa
$Rev:20696$
|
Specialization of PlotShape for a polygon. More...
#include <PlotShape.h>
Public Member Functions | |
PlotShapePolygon () | |
Constructor. | |
virtual | ~PlotShapePolygon () |
Destructor. | |
virtual unsigned int | drawCount () const |
Overrides PlotShape::drawCount(). |
Specialization of PlotShape for a polygon.
Definition at line 171 of file PlotShape.h.
casa::PlotShapePolygon::PlotShapePolygon | ( | ) | [inline] |
Constructor.
Definition at line 174 of file PlotShape.h.
virtual casa::PlotShapePolygon::~PlotShapePolygon | ( | ) | [inline, virtual] |
Destructor.
Definition at line 177 of file PlotShape.h.
virtual unsigned int casa::PlotShapePolygon::drawCount | ( | ) | const [inline, virtual] |
Overrides PlotShape::drawCount().
Provides default implementation that returns the number of vertices.
Reimplemented from casa::PlotShape.
Definition at line 181 of file PlotShape.h.