Class TVector4IntegerList

Unit

Declaration

type TVector4IntegerList = class(specialize TStructList<TVector4Integer>)

Description

List of TVector4Integer. Note that the notification mechanism (OnNotify) is broken here by routines like AddRange and AddSubRange (for maximum speed).

Source: src/base/castlevectors_lists.inc (line 137).

Hierarchy

Overview

Methods

Public procedure AddRange(const Source: TVector4IntegerList);
Public procedure AddSubRange(const Source: TVector4IntegerList; const Index, AddCount: Integer);
Public procedure AddListRange(const Source: TVector4IntegerList; const Index, AddCount: Integer); deprecated 'use AddSubRange';
Public function Equals(SecondValue: TObject): boolean; override;

Description

Methods

Public procedure AddRange(const Source: TVector4IntegerList);

This item has no description.

Source: src/base/castlevectors_lists.inc (line 139).

Public procedure AddSubRange(const Source: TVector4IntegerList; const Index, AddCount: Integer);

This item has no description.

Source: src/base/castlevectors_lists.inc (line 140).

Public procedure AddListRange(const Source: TVector4IntegerList; const Index, AddCount: Integer); deprecated 'use AddSubRange';

Warning: this symbol is deprecated: use AddSubRange

This item has no description.

Source: src/base/castlevectors_lists.inc (line 141).

Public function Equals(SecondValue: TObject): boolean; override;

Does the SecondValue have equal length and content.

Source: src/base/castlevectors_lists.inc (line 144).


Generated by PasDoc 0.17.0.snapshot.