CartoType API
Public Member Functions | Public Attributes
CartoType::TSimpleContourData Class Reference

#include <cartotype_graphics.h>

Inheritance diagram for CartoType::TSimpleContourData:
CartoType::MWritableContour

List of all members.

Public Member Functions

TOutlinePointPoint ()
int32 Points ()
void ReduceSizeTo (int32 aPoints)

Public Attributes

TOutlinePointiPoint
int32 iPoints
bool iClosed

Detailed Description

The data for a contour. The simplest implementation of writable contour data.


Member Function Documentation

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.


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