Skip to main content
Version: 6.0.0

VectorOverlayDialogComponent

Hierarchy

  • Component
    • VectorOverlayDialogComponent

Index

Constructors

constructor

Properties

angularSource

angularSource: VectorOverlaySource = VectorOverlaySource.Current

currentTab

currentTab: VectorOverlayDialogTabs = VectorOverlayDialogTabs.Configuration

intensitySource

intensitySource: VectorOverlaySource = VectorOverlaySource.Current

isDebiasing

isDebiasing: boolean = false

isFractionalIntensity

isFractionalIntensity: boolean = false

isThresholdEnabled

isThresholdEnabled: boolean = false

pixelAveraging

pixelAveraging: number = 1

Pixel width for boxcar averaging the vector overlay. Must be an integer. 1 means no averaging.

qError

qError: number = 0

threshold

threshold: number = 0

thresholdOption

thresholdOption: I | Plinear

uError

uError: number = 0

publicstaticreadonlyMAX_PIXEL_AVERAGING

MAX_PIXEL_AVERAGING: 64 = 64

The maximum pixel width for averaging the vector overlay.

Accessors

hasConfigChanged

  • get hasConfigChanged(): boolean
  • Returns boolean

Methods

componentDidUpdate

  • componentDidUpdate(): void
  • Called immediately after updating occurs. Not called for the initial render.

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.


    Returns void

publicrender

  • render(): Element
  • Returns Element

setDefaultVectorOverlayParameters

  • setDefaultVectorOverlayParameters(): void
  • Returns void