Unit frmSmoothGridUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

The main purpose of frmSmoothGridUnit is to define TfrmSmoothGrid which is used to perform "grid-smoothing".

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TfrmSmoothGrid TfrmSmoothGrid is used to perform "grid-smoothing".

Functions and Procedures

procedure SmoothArray(var AnArray: TOneDRealArray; const Criterion: real);

Description

Functions and Procedures

procedure SmoothArray(var AnArray: TOneDRealArray; const Criterion: real);

SmoothArray alters AnArray so that the widths of the spacing between adjacent items in AnArray is less than or equal to Criterion.

Parameters
AnArray
AnArray represents the column, row, or layer positions in a TPhastGrid.
Criterion
Criterion is the maximum allowed ratio between adjacent column, row, or layer widths.

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