Description | Hierarchy | Fields | Methods | Properties |
type T3DSparseInterpolationDirectionArray = class(T3DSparsePointerArray)
T3DSparseInterpolationDirectionArray
is used to store a sparse array of TInterpolationDirection.
![]() |
FCount: integer; |
![]() |
FValues: array of TInterpolationDirection; |
![]() |
function GetItems(const Index1, Index2, Index3: Integer): TInterpolationDirection; |
![]() |
procedure SetItems(const Index1, Index2, Index3: Integer; const Value: TInterpolationDirection); |
![]() |
procedure Clear; override; |
![]() |
constructor Create(Quantum: TSPAQuantum); |
![]() |
property Items[constIndex1,Index2,Index3:Integer]: TInterpolationDirection read GetItems write SetItems; |
![]() |
FCount: integer; |
|
![]() |
FValues: array of TInterpolationDirection; |
|
![]() |
function GetItems(const Index1, Index2, Index3: Integer): TInterpolationDirection; |
See Items. |
![]() |
procedure SetItems(const Index1, Index2, Index3: Integer; const Value: TInterpolationDirection); |
See Items. |
![]() |
procedure Clear; override; |
|
![]() |
constructor Create(Quantum: TSPAQuantum); |
|
![]() |
property Items[constIndex1,Index2,Index3:Integer]: TInterpolationDirection read GetItems write SetItems; |
|