PolylineObject Class Reference

This class provides access to the display properties for a polygon object. More...

#include <PolylineObject.h>

Inheritance diagram for PolylineObject:

Inheritance graph

List of all members.

Public Member Functions

virtual const std::vector
< LocationType > & 
getVertices () const =0

Protected Member Functions

virtual ~PolylineObject ()


Detailed Description

This class provides access to the display properties for a polygon object.

Possible GraphicObjectTypes: POLYGON_OBJECT.

This subclass of Subject will notify upon the following conditions:

Definition at line 25 of file PolylineObject.h.


Constructor & Destructor Documentation

virtual PolylineObject::~PolylineObject (  )  [protected, virtual]

This should be destroyed by calling GraphicLayer::removeObject.

Definition at line 39 of file PolylineObject.h.


Member Function Documentation

virtual const std::vector<LocationType>& PolylineObject::getVertices (  )  const [pure virtual]

Get the verticies which define the object.

Returns:
A vector containing the verticies.


Software Development Kit - Opticks 4.9.0 Build 16218