Hierarchy

  • RenderScaleHistogram

Constructors

Properties

changed: NullarySignal = ...
frameNumber: number = -1

Frame number corresponding to the current histogram.

numHistogramRows: number = 1

Current number of rows allocated for the histogram.

spatialScales: Map<number, number> = ...

Maps from spatial scale (nanometers) to histogram row index in the range [0, spatialScales.size).

value: Uint32Array = ...

Initially allocate one row.

Methods

  • Adds a count to the histogram.

    Parameters

    • spatialScale: number

      Spatial resolution of data in nanometers.

    • renderScale: number

      Rendered scale of data in screen pixels.

    • presentCount: number

      Number of present chunks.

    • notPresentCount: number

      Number of desired but not-present chunks.

    Returns void

Generated using TypeDoc