casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::PlotShapePath Class Reference

Specialization of PlotShape for a path. More...

#include <PlotShape.h>

Inheritance diagram for casa::PlotShapePath:
casa::PlotShape casa::PlotItem

List of all members.

Public Member Functions

 PlotShapePath ()
 Constructor.
virtual ~PlotShapePath ()
 Destructor.
virtual unsigned int drawCount () const
 Overrides PlotShape::drawCount().

Detailed Description

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.


Constructor & Destructor Documentation

Constructor.

Definition at line 264 of file PlotShape.h.

virtual casa::PlotShapePath::~PlotShapePath ( ) [inline, virtual]

Destructor.

Definition at line 267 of file PlotShape.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file: