CartoType API
Public Member Functions
CartoType::MWritableContour Class Reference

#include <cartotype_graphics.h>

Inheritance diagram for CartoType::MWritableContour:
CartoType::CContour CartoType::TSimpleContourData CartoType::CMarker

List of all members.

Public Member Functions

virtual TOutlinePointPoint ()=0
virtual int32 Points ()=0
virtual void ReduceSizeTo (int32 aPoints)=0
void Offset (int32 aDx, int32 aDy)

Detailed Description

An interface class for writable contour data.


Member Function Documentation

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.


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