ContourDialogComponent
Hierarchy
- unknown
- ContourDialogComponent
Index
Constructors
constructor
Parameters
Returns ContourDialogComponent
Properties
currentTab
levels
showCubeHistogramAlert
smoothingFactor
smoothingMode
Accessors
contourConfigChanged
Returns boolean
currentContourConfig
Returns { color: string; colormap: string; colormapEnabled: boolean; dashMode: string; levels: number[]; smoothingFactor: number; smoothingMode: SmoothingMode; thickness: number; visible: boolean } | { color: RGBColor; colormap: string; colormapEnabled: boolean; dashMode: ContourDashMode; levels: number[]; smoothingFactor: number; smoothingMode: SmoothingMode; thickness: number; visible: boolean }
plotData
Returns { values: Point2D[]; xMax: number; xMin: number; yMax: number; yMin: number } | null
Methods
componentDidUpdate
Returns void
publicrender
Returns any
setDefaultContourParameters
Returns void