#include <PolygonObject.h>

Public Member Functions | |
| virtual const std::vector < LocationType > & | getVertices () const =0 |
Protected Member Functions | |
| virtual | ~PolygonObject () |
Possible GraphicObjectTypes: POLYGON_OBJECT.
This subclass of Subject will notify upon the following conditions:
Definition at line 25 of file PolygonObject.h.
| virtual PolygonObject::~PolygonObject | ( | ) | [protected, virtual] |
This should be destroyed by calling GraphicLayer::removeObject.
Definition at line 39 of file PolygonObject.h.
| virtual const std::vector<LocationType>& PolygonObject::getVertices | ( | ) | const [pure virtual] |
Get the verticies which define the object.