record TQuadPointInRegion

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TQuadPointInRegion = record

Description

TQuadPointInRegion records contain the X and Y coordinates of a location in a TRbwQuadTree, and an array of pointers to the data associated with the location. These points are all located inside the extent of a T2DBlock that was used in a search.

  TQuadPointInRegion =  record
    Data : TPointerArray;
    X: double;
    Y: double;
  end;
  

Overview

Fields

Data: TPointerArray;
X: double;
Y: double;

Description

Fields

Data: TPointerArray;

Data is an array of pointers to the data associated with the location.

X: double;

X is the X coordinate of the data.

Y: double;

Y is the Y coordinate of the data.


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