Class TClipPlaneList

Unit

Declaration

type TClipPlaneList = class(specialize TStructList<TClipPlane>)

Description

This item has no description. Showing description inherited from TStructList.

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

Source: scene/x3d/x3dnodes_clipplane.inc (line 26).

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.

Source: scene/x3d/x3dnodes_clipplane.inc (line 29).

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

This item has no description.

Source: scene/x3d/x3dnodes_clipplane.inc (line 30).


Generated by PasDoc 0.17.0.snapshot.