Hierarchy

Properties

baseSegmentColoring: WatchableValueInterface<boolean>
channelCoordinateSpace?: WatchableValueInterface<CoordinateSpace>
dataHistogramSpecifications?: HistogramSpecifications
filterBySegmentLabel: ((id: Uint64) => void)

Type declaration

hideSegmentZero: WatchableValueInterface<boolean>
ignoreNullVisibleSet: WatchableValueInterface<boolean>
localPosition: WatchableValueInterface<Float32Array>

Specifies the position within the "local" coordinate space.

moveToSegment: ((id: Uint64) => void)

Type declaration

notSelectedAlpha: WatchableValueInterface<number>
renderScaleHistogram?: RenderScaleHistogram
renderScaleTarget?: WatchableValueInterface<number>
segmentColorHash: WatchableValueInterface<number>
segmentDefaultColor: WatchableValueInterface<undefined | vec3>
segmentSelectionState: SegmentSelectionState
segmentStatedColors: WatchableValueInterface<Uint64Map>
selectSegment: ((id: Uint64, pin: boolean | "toggle") => void)

Type declaration

    • (id: Uint64, pin: boolean | "toggle"): void
    • Parameters

      • id: Uint64
      • pin: boolean | "toggle"

      Returns void

selectedAlpha: WatchableValueInterface<number>
shaderError?: WatchableShaderError

Specifies the transform from the "model" coordinate space (specified by the multiscale source) to the "render layer" coordinate space.

Generated using TypeDoc