|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| TOutlinePoint * | Point () |
| int32 | Points () |
| void | ReduceSizeTo (int32 aPoints) |
Public Attributes | |
| TOutlinePoint * | iPoint |
| int32 | iPoints |
| bool | iClosed |
The data for a contour. The simplest implementation of writable contour data.
| TOutlinePoint* CartoType::TSimpleContourData::Point | ( | ) | [inline, virtual] |
Return a writable pointer to the point data.
Implements CartoType::MWritableContour.
| int32 CartoType::TSimpleContourData::Points | ( | ) | [inline, virtual] |
Return the number of points.
Implements CartoType::MWritableContour.
| void CartoType::TSimpleContourData::ReduceSizeTo | ( | int32 | aPoints | ) | [inline, virtual] |
Reduce the number of points to aPoints. The address of the points must not change.
Implements CartoType::MWritableContour.
1.7.5.1