Description | Hierarchy | Fields | Methods | Properties |
type TMultipleContourCreator = class(TCustomContourCreator)
TMultipleContourCreator
is used to create contours for drawing. If TMultipleContourCreator
is changed, consider changing TContourExtractor in ContourExport and TfrmExportImage too.
![]() |
FBitMap: TBitmap32; |
![]() |
FZoomBox: TQRbwZoomBox2; |
![]() |
FLabelLocations: TRbwQuadTree; |
![]() |
FLabels: TLabelObjectList; |
![]() |
FAlgorithm: TContourAlg; |
![]() |
procedure CreateAndDrawContours(const ContourValues, LineThicknesses: TOneDRealArray; const ContourColors: TArrayOfColor32; ContourLabels: TStringList); |
![]() |
procedure DrawContours(const ContourValues, LineThicknesses: TOneDRealArray; const ContourColors: TArrayOfColor32; SelectedColRowLayer: integer; ViewDirection: TViewDirection; ContourLabels: TStringList); overload; |
![]() |
procedure GetSpecifiedMinMax(var MinValue, MaxValue: Double; DSValues: TStringList); |
![]() |
procedure GetContouringParameters(var RequiredSize: Integer; MinValue: Double; MaxValue: Double; var DesiredSpacing: Double; var SmallestContour: Double; var LargestContour: Double); |
![]() |
procedure GetContourValues(LargestContour, SmallestContour: Double; RequiredSize: Integer; var ContourValues: TOneDRealArray); |
![]() |
procedure GetContourColorsAndThicknesses(DesiredSpacing: Double; RequiredSize: Integer; var LineThicknesses: TOneDRealArray; var ContourColors: TArrayOfColor32; ContourValues: TOneDRealArray; ColorParameters: TColorParameters); |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure DrawContours(SelectedColRowLayer: integer; ColorParameters: TColorParameters; ViewDirection: TViewDirection); overload; |
![]() |
property BitMap: TBitmap32 read FBitMap write FBitMap; |
![]() |
property ZoomBox: TQRbwZoomBox2 read FZoomBox write FZoomBox; |
![]() |
FBitMap: TBitmap32; |
![]() |
FZoomBox: TQRbwZoomBox2; |
![]() |
FLabelLocations: TRbwQuadTree; |
![]() |
FLabels: TLabelObjectList; |
![]() |
FAlgorithm: TContourAlg; |
![]() |
procedure CreateAndDrawContours(const ContourValues, LineThicknesses: TOneDRealArray; const ContourColors: TArrayOfColor32; ContourLabels: TStringList); |
|
![]() |
procedure DrawContours(const ContourValues, LineThicknesses: TOneDRealArray; const ContourColors: TArrayOfColor32; SelectedColRowLayer: integer; ViewDirection: TViewDirection; ContourLabels: TStringList); overload; |
|
![]() |
procedure GetSpecifiedMinMax(var MinValue, MaxValue: Double; DSValues: TStringList); |
|
![]() |
procedure GetContourValues(LargestContour, SmallestContour: Double; RequiredSize: Integer; var ContourValues: TOneDRealArray); |
|
![]() |
procedure GetContourColorsAndThicknesses(DesiredSpacing: Double; RequiredSize: Integer; var LineThicknesses: TOneDRealArray; var ContourColors: TArrayOfColor32; ContourValues: TOneDRealArray; ColorParameters: TColorParameters); |
|
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure DrawContours(SelectedColRowLayer: integer; ColorParameters: TColorParameters; ViewDirection: TViewDirection); overload; |
![]() |
property BitMap: TBitmap32 read FBitMap write FBitMap; |
![]() |
property ZoomBox: TQRbwZoomBox2 read FZoomBox write FZoomBox; |