Class TInterpValuesCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInterpValuesCollection = class(TPhastCollection)

Description

TInterpValuesCollection is used to store a collection of TPhastInterpolationValues.

Hierarchy

Overview

Methods

Private function GetItemOfDataSet(const DataSet: TDataArray): TInterpValuesItem;
Public constructor Create;

Properties

Public property ItemOfDataSet[const DataSet: TDataArray]: TInterpValuesItem read GetItemOfDataSet;

Description

Methods

Private function GetItemOfDataSet(const DataSet: TDataArray): TInterpValuesItem;

See ItemOfDataSet.

Public constructor Create;

Create creates an instance of TInterpValuesCollection.

Properties

Public property ItemOfDataSet[const DataSet: TDataArray]: TInterpValuesItem read GetItemOfDataSet;

ItemOfDataSet provides a way to retrieve the TInterpValuesItem associated with a particular data set.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:41