UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Class TContour

Unit

UConturWeber

Declaration

type TContour = class(TObject)

Description

A contour describes a complex set of contouring polygons over ONE intersection height

Fields

NameDescription
Height Intersection Height

Methods

Overview

Constructor Create;
Destructor Destroy;
Procedure Add(aRing:TContourRing);
Procedure Clear;
Procedure DebugSTDIO;
Function Get(Index:Integer):TContourRing;
Function NumOf:Integer;
Procedure Put(Index:Integer;aRing:TContourRing);

Description

Constructor Create;

... to create

Destructor Destroy;

... to destroy

Procedure Add(aRing:TContourRing);

Add a ring to a contour

Procedure Clear;

Clear all rings from a contour

Procedure DebugSTDIO;

Write out the structure to stdIO ! use $APPTYPE CONSOLE

Function Get(Index:Integer):TContourRing;

Add a .. to get access via properties

Function NumOf:Integer;

Number of rings in a countour

Procedure Put(Index:Integer;aRing:TContourRing);

Add a .. to get access via properties

Properties

Overview

NumOfRings:
Rings[Index:Integer]:

Description

NumOfRings:

Number of rings in a countour

Rings[Index:Integer]:

Access to each ring of each mouse cursor


Generated by pasdoc 0.6.20 on Tue 5 Mar 2002 16:02:19