Unit ContourUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

ContourUnit is used to create a series of contour lines based on a grid of data values or data values at arbitrary locations.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record T2DGridPoint  
record TGridSquare  
Class TTriangulationData  
Class TLabel  
Class TContourCreator  
Class TCustomContourCreator  
Class TMultipleContourCreator TMultipleContourCreator is used to create contours for drawing.

Types

P2DGridPoint = ˆT2DGridPoint;
T2DGrid = array of array of T2DGridPoint;
TSquares = array of array of TGridSquare;
TExtractSegmentEvent = procedure (Sender: TObject; const Segments: TLine2DArray) of Object;
TLabelObjectList = TObjectList<TLabel>;

Constants

DefaultLineThickness = 2;
DefaultMajorLineThickness = 4;

Description

Types

P2DGridPoint = ˆT2DGridPoint;
 
T2DGrid = array of array of T2DGridPoint;
 
TSquares = array of array of TGridSquare;
 
TExtractSegmentEvent = procedure (Sender: TObject; const Segments: TLine2DArray) of Object;
 
TLabelObjectList = TObjectList<TLabel>;
 

Constants

DefaultLineThickness = 2;
 
DefaultMajorLineThickness = 4;
 

Author


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:29