Class TFrontPolygon

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFrontPolygon = class(TRangeTreeLeaf)

Description

no description available, TRangeTreeLeaf description follows

See TCellElementLeaf

Hierarchy

Overview

Fields

Private FLayer: Integer;
Private FPolygon: TPolygon2D;
Private FCol: Integer;
Private FMaxX: double;
Private FMaxY: double;
Private FMinX: double;
Private FMinY: double;

Methods

Public constructor Create(ACol, ALayer: Integer; APolygon: TPolygon2D);
Public function GetCoordinate(Depth: integer): double; override;

Properties

Public property Col: Integer read FCol;
Public property Layer: Integer read FLayer;
Public property Polygon: TPolygon2D read FPolygon;
Public property MinX: double read FMinX;
Public property MaxX: double read FMaxX;
Public property MinY: double read FMinY;
Public property MaxY: double read FMaxY;

Description

Fields

Private FLayer: Integer;
 
Private FPolygon: TPolygon2D;
 
Private FCol: Integer;
 
Private FMaxX: double;
 
Private FMaxY: double;
 
Private FMinX: double;
 
Private FMinY: double;
 

Methods

Public constructor Create(ACol, ALayer: Integer; APolygon: TPolygon2D);
 
Public function GetCoordinate(Depth: integer): double; override;
 

Properties

Public property Col: Integer read FCol;
 
Public property Layer: Integer read FLayer;
 
Public property Polygon: TPolygon2D read FPolygon;
 
Public property MinX: double read FMinX;
 
Public property MaxX: double read FMaxX;
 
Public property MinY: double read FMinY;
 
Public property MaxY: double read FMaxY;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:05