Class T3DSparseInterpolationDirectionArray

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type T3DSparseInterpolationDirectionArray = class(T3DSparsePointerArray)

Description

T3DSparseInterpolationDirectionArray is used to store a sparse array of TInterpolationDirection.

Hierarchy

Overview

Fields

Private FCount: integer;
Private FValues: array of TInterpolationDirection;

Methods

Private function GetItems(const Index1, Index2, Index3: Integer): TInterpolationDirection;
Private procedure SetItems(const Index1, Index2, Index3: Integer; const Value: TInterpolationDirection);
Public procedure Clear; override;
Public constructor Create(Quantum: TSPAQuantum);

Properties

Public property Items[constIndex1,Index2,Index3:Integer]: TInterpolationDirection read GetItems write SetItems;

Description

Fields

Private FCount: integer;

FCount: integer; FCount is the number of TInterpolationDirections stored in the T3DSparseInterpolationDirectionArray.

Private FValues: array of TInterpolationDirection;

FValues: array of TInterpolationDirection; FValues stores the TInterpolationDirections stored in the T3DSparseInterpolationDirectionArray.

Methods

Private function GetItems(const Index1, Index2, Index3: Integer): TInterpolationDirection;

See Items.

Private procedure SetItems(const Index1, Index2, Index3: Integer; const Value: TInterpolationDirection);

See Items.

Public procedure Clear; override;

Clear sets the number of TInterpolationDirections stored in the T3DSparseInterpolationDirectionArray to 0.

Public constructor Create(Quantum: TSPAQuantum);

Create creates an instance of T3DSparseInterpolationDirectionArray.

Properties

Public property Items[constIndex1,Index2,Index3:Integer]: TInterpolationDirection read GetItems write SetItems;

Items retrieves or stores a TInterpolationDirection by its location.


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