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(Model: TBaseModel);

Properties

Public property ItemOfDataSet[constDataSet:TDataArray]: TInterpValuesItem read GetItemOfDataSet;

Description

Methods

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

See ItemOfDataSet.

Public constructor Create(Model: TBaseModel);

Create creates an instance of TInterpValuesCollection.

Properties

Public property ItemOfDataSet[constDataSet:TDataArray]: TInterpValuesItem read GetItemOfDataSet;

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


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