Class TClipPlaneList

Unit

Declaration

type TClipPlaneList = class(specialize TStructList<TClipPlane>)

Description

No description available, ancestor TStructList description follows

List of structures. This is just TList class from Generics.Collections, with some useful helpers.

Hierarchy

Overview

Methods

Public function IndexOfNode(Node: TClipPlaneNode): Integer;
Public function Equals(SecondValue: TObject): boolean; override;

Description

Methods

Public function IndexOfNode(Node: TClipPlaneNode): Integer;

Find record with given TClipPlaneNode, returns -1 if not found.

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

Generated by PasDoc 0.16.0.