Description | Hierarchy | Fields | Methods | Properties |
type TNodeInBoundary = class(TObject)
![]() |
FNode: TNode; |
![]() |
FPosition: Integer; |
![]() |
FBoundary: TBoundary; |
![]() |
FSegments: TSegmentList; |
![]() |
function OnSameSegment(ANode: TNodeInBoundary): boolean; |
![]() |
function GetDesiredSpacing: double; |
![]() |
function GetX: double; |
![]() |
function GetY: double; |
![]() |
function GetNodeType: TNodeType; |
![]() |
function GetElementCount: Integer; |
![]() |
function GetLocation: TPoint2D; |
![]() |
Constructor Create(Node: TNode; Boundary: TBoundary; Segment: TSegment); |
![]() |
destructor Destroy; override; |
![]() |
property Position: Integer read FPosition; |
![]() |
property DesiredSpacing: double read GetDesiredSpacing; |
![]() |
property X: double read GetX; |
![]() |
property Y: double read GetY; |
![]() |
property NodeType: TNodeType read GetNodeType; |
![]() |
property ElementCount: Integer read GetElementCount; |
![]() |
property Location: TPoint2D read GetLocation; |
![]() |
FNode: TNode; |
![]() |
FPosition: Integer; |
![]() |
FBoundary: TBoundary; |
![]() |
FSegments: TSegmentList; |
![]() |
function OnSameSegment(ANode: TNodeInBoundary): boolean; |
![]() |
function GetDesiredSpacing: double; |
![]() |
function GetX: double; |
![]() |
function GetY: double; |
![]() |
function GetNodeType: TNodeType; |
![]() |
function GetElementCount: Integer; |
![]() |
function GetLocation: TPoint2D; |
![]() |
Constructor Create(Node: TNode; Boundary: TBoundary; Segment: TSegment); |
![]() |
destructor Destroy; override; |
![]() |
property Position: Integer read FPosition; |
![]() |
property DesiredSpacing: double read GetDesiredSpacing; |
![]() |
property X: double read GetX; |
![]() |
property Y: double read GetY; |
![]() |
property NodeType: TNodeType read GetNodeType; |
![]() |
property ElementCount: Integer read GetElementCount; |
![]() |
property Location: TPoint2D read GetLocation; |