Class TNodeInBoundary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TNodeInBoundary = class(TObject)

Description

Hierarchy

Overview

Fields

Private FNode: TNode;
Private FPosition: Integer;
Private FBoundary: TBoundary;
Private FSegments: TSegmentList;

Methods

Private function OnSameSegment(ANode: TNodeInBoundary): boolean;
Private function GetDesiredSpacing: double;
Private function GetX: double;
Private function GetY: double;
Private function GetNodeType: TNodeType;
Private function GetElementCount: Integer;
Private function GetLocation: TPoint2D;
Private Constructor Create(Node: TNode; Boundary: TBoundary; Segment: TSegment);
Public destructor Destroy; override;

Properties

Private property Position: Integer read FPosition;
Private property DesiredSpacing: double read GetDesiredSpacing;
Public property X: double read GetX;
Public property Y: double read GetY;
Public property NodeType: TNodeType read GetNodeType;
Public property ElementCount: Integer read GetElementCount;
Public property Location: TPoint2D read GetLocation;

Description

Fields

Private FNode: TNode;
 
Private FPosition: Integer;
 
Private FBoundary: TBoundary;
 
Private FSegments: TSegmentList;
 

Methods

Private function OnSameSegment(ANode: TNodeInBoundary): boolean;
 
Private function GetDesiredSpacing: double;
 
Private function GetX: double;
 
Private function GetY: double;
 
Private function GetNodeType: TNodeType;
 
Private function GetElementCount: Integer;
 
Private function GetLocation: TPoint2D;
 
Private Constructor Create(Node: TNode; Boundary: TBoundary; Segment: TSegment);
 
Public destructor Destroy; override;
 

Properties

Private property Position: Integer read FPosition;
 
Private property DesiredSpacing: double read GetDesiredSpacing;
 
Public property X: double read GetX;
 
Public property Y: double read GetY;
 
Public property NodeType: TNodeType read GetNodeType;
 
Public property ElementCount: Integer read GetElementCount;
 
Public property Location: TPoint2D read GetLocation;
 

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