|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| virtual TOutlinePoint * | Point ()=0 |
| virtual int32 | Points ()=0 |
| virtual void | ReduceSizeTo (int32 aPoints)=0 |
| void | Offset (int32 aDx, int32 aDy) |
An interface class for writable contour data.
| void CartoType::MWritableContour::Offset | ( | int32 | aDx, |
| int32 | aDy | ||
| ) | [inline] |
Offset all the points by (aDx,aDy).
Reimplemented in CartoType::CContour.
| virtual TOutlinePoint* CartoType::MWritableContour::Point | ( | ) | [pure virtual] |
Return a writable pointer to the point data.
Implemented in CartoType::CContour, and CartoType::TSimpleContourData.
| virtual int32 CartoType::MWritableContour::Points | ( | ) | [pure virtual] |
Return the number of points.
Implemented in CartoType::CContour, and CartoType::TSimpleContourData.
| virtual void CartoType::MWritableContour::ReduceSizeTo | ( | int32 | aPoints | ) | [pure virtual] |
Reduce the number of points to aPoints. The address of the points must not change.
Implemented in CartoType::CContour, and CartoType::TSimpleContourData.
1.7.5.1