Description | Hierarchy | Fields | Methods | Properties |
type TContourCreator = class(TObject)
![]() |
FBitMap: TBitmap32; |
![]() |
FColor: TColor32; |
![]() |
FGrid: T2DGrid; |
![]() |
FLineThickness: single; |
![]() |
FValue: TFloat; |
![]() |
FZoomBox: TQRbwZoomBox2; |
![]() |
FOnExtractSegments: TExtractSegmentEvent; |
![]() |
FEvaluatedAt: TEvaluatedAt; |
![]() |
FLabelLocations: TRbwQuadTree; |
![]() |
FLabels: TLabelObjectList; |
![]() |
FContourLabel: string; |
![]() |
procedure ExtractSegments(const GridSquare: TGridSquare); |
![]() |
procedure ConvertAndDrawSegments(Sender: TObject; const SegmentArray: TLine2DArray); |
![]() |
procedure DrawContour; |
![]() |
procedure ExtractContour; |
![]() |
property BitMap: TBitmap32 read FBitMap write FBitMap; |
![]() |
property EvaluatedAt: TEvaluatedAt read FEvaluatedAt write FEvaluatedAt; |
![]() |
property Color: TColor32 read FColor write FColor; |
![]() |
property Grid: T2DGrid read FGrid write FGrid; |
![]() |
property LineThickness: single read FLineThickness write FLineThickness; |
![]() |
property Value: TFloat read FValue write FValue; |
![]() |
property ContourLabel: string read FContourLabel write FContourLabel; |
![]() |
property ZoomBox: TQRbwZoomBox2 read FZoomBox write FZoomBox; |
![]() |
property LabelLocations: TRbwQuadTree read FLabelLocations write FLabelLocations; |
![]() |
property Labels: TLabelObjectList read FLabels write FLabels; |
![]() |
property OnExtractSegments: TExtractSegmentEvent read FOnExtractSegments
write FOnExtractSegments; |
![]() |
FBitMap: TBitmap32; |
![]() |
FColor: TColor32; |
![]() |
FGrid: T2DGrid; |
![]() |
FLineThickness: single; |
![]() |
FValue: TFloat; |
![]() |
FZoomBox: TQRbwZoomBox2; |
![]() |
FOnExtractSegments: TExtractSegmentEvent; |
See OnExtractSegments. During execution of DrawContour, |
![]() |
FEvaluatedAt: TEvaluatedAt; |
![]() |
FLabelLocations: TRbwQuadTree; |
![]() |
FLabels: TLabelObjectList; |
![]() |
FContourLabel: string; |
![]() |
procedure ExtractSegments(const GridSquare: TGridSquare); |
![]() |
procedure ConvertAndDrawSegments(Sender: TObject; const SegmentArray: TLine2DArray); |
![]() |
procedure DrawContour; |
![]() |
procedure ExtractContour; |
![]() |
property BitMap: TBitmap32 read FBitMap write FBitMap; |
![]() |
property EvaluatedAt: TEvaluatedAt read FEvaluatedAt write FEvaluatedAt; |
![]() |
property Color: TColor32 read FColor write FColor; |
![]() |
property Grid: T2DGrid read FGrid write FGrid; |
![]() |
property LineThickness: single read FLineThickness write FLineThickness; |
![]() |
property Value: TFloat read FValue write FValue; |
![]() |
property ContourLabel: string read FContourLabel write FContourLabel; |
![]() |
property ZoomBox: TQRbwZoomBox2 read FZoomBox write FZoomBox; |
![]() |
property LabelLocations: TRbwQuadTree read FLabelLocations write FLabelLocations; |
![]() |
property Labels: TLabelObjectList read FLabels write FLabels; |
![]() |
property OnExtractSegments: TExtractSegmentEvent read FOnExtractSegments
write FOnExtractSegments; |
While ExtractContour is being executed, |