ContourDialogComponent
Hierarchy
- unknown
- ContourDialogComponent
Index
Constructors
constructor
Parameters
Returns ContourDialogComponent
Properties
currentTab
levels
shouldShowCubeHistogramAlert
smoothingFactor
smoothingMode
Accessors
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 }
hasContourConfigChanged
Returns boolean
plotData
Returns { values: Point2D[]; xMax: number; xMin: number; yMax: number; yMin: number } | null
Methods
componentDidUpdate
Returns void
componentWillUnmount
Returns void
publicrender
Returns any
setDefaultContourParameters
Returns void