Class TPointList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FItems: array of TDelaunayPoint;
Private FCount: longint;
Private FCapacity: longint;

Methods

Private procedure Grow;
Private procedure SetCapacity(const Value: integer);
Private procedure DeleteLast;
Private function GetItem(index: Integer): TDelaunayPoint;
Private procedure SetCount(const Value: longint);
Private procedure SetItem(index: Integer; const Value: TDelaunayPoint);
Public function Last : TDelaunayPoint;
Public procedure Add(item : TDelaunayPoint);
Public constructor Create;
Public destructor Destroy; override;

Properties

Public property Capacity : integer read FCapacity write SetCapacity;
Public property Count : longint read FCount write SetCount;
Public property Items[index:longint]: TDelaunayPoint read GetItem write SetItem;

Description

Fields

Private FItems: array of TDelaunayPoint;
 
Private FCount: longint;
 
Private FCapacity: longint;
 

Methods

Private procedure Grow;
 
Private procedure SetCapacity(const Value: integer);
 
Private procedure DeleteLast;
 
Private function GetItem(index: Integer): TDelaunayPoint;
 
Private procedure SetCount(const Value: longint);
 
Private procedure SetItem(index: Integer; const Value: TDelaunayPoint);
 
Public function Last : TDelaunayPoint;
 
Public procedure Add(item : TDelaunayPoint);
 
Public constructor Create;
 
Public destructor Destroy; override;
 

Properties

Public property Capacity : integer read FCapacity write SetCapacity;
 
Public property Count : longint read FCount write SetCount;
 
Public property Items[index:longint]: TDelaunayPoint read GetItem write SetItem;
 

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