casa
$Rev:20696$
|
Specialization of PlotShape for a path. More...
#include <PlotShape.h>
Public Member Functions | |
PlotShapePath () | |
Constructor. | |
virtual | ~PlotShapePath () |
Destructor. | |
virtual unsigned int | drawCount () const |
Overrides PlotShape::drawCount(). |
Specialization of PlotShape for a path.
A path is a series of lines connecting the given points. (Like a polygon, but not connecting the first and last points, or filled in.)
Definition at line 261 of file PlotShape.h.
casa::PlotShapePath::PlotShapePath | ( | ) | [inline] |
Constructor.
Definition at line 264 of file PlotShape.h.
virtual casa::PlotShapePath::~PlotShapePath | ( | ) | [inline, virtual] |
Destructor.
Definition at line 267 of file PlotShape.h.
virtual unsigned int casa::PlotShapePath::drawCount | ( | ) | const [inline, virtual] |
Overrides PlotShape::drawCount().
Provides default implementation that returns the number of path points.
Reimplemented from casa::PlotShape.
Definition at line 271 of file PlotShape.h.