Skip to main content
Version: Next

ContourDialogComponent

Hierarchy

  • unknown
    • ContourDialogComponent

Index

Constructors

constructor

Properties

currentTab

currentTab: ContourDialogTabs = ContourDialogTabs.Levels

levels

levels: number[] = []

showCubeHistogramAlert

showCubeHistogramAlert: boolean = false

smoothingFactor

smoothingFactor: number = 0

smoothingMode

smoothingMode: SmoothingMode = CARTA.SmoothingMode.NoSmoothing

Accessors

contourConfigChanged

  • get contourConfigChanged(): boolean
  • Returns boolean

currentContourConfig

  • get currentContourConfig(): { 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 }
  • 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

  • get plotData(): { values: Point2D[]; xMax: number; xMin: number; yMax: number; yMin: number } | null
  • Returns { values: Point2D[]; xMax: number; xMin: number; yMax: number; yMin: number } | null

Methods

componentDidUpdate

  • componentDidUpdate(): void
  • Returns void

publicrender

  • render(): any
  • Returns any

setDefaultContourParameters

  • setDefaultContourParameters(): void
  • Returns void