License

Copyright 2016 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Hierarchy

Implements

Constructors

Properties

changed: NullarySignal = ...
curCanonicalVoxelPhysicalSize: number = 0
displayDimensionRenderInfo: WatchableDisplayDimensionRenderInfo
disposedStacks: any
legacyValue_: number = Number.NaN
refCount: number = 1
value_: number = Number.NaN
wasDisposed: undefined | boolean

Accessors

  • get legacyValue(): number
  • Returns number

  • set legacyValue(value: number): void
  • Sets the zoom factor in the legacy units. For cross section views, 1e-9 spatial units per viewport pixel. For projection views, 2 * 100 * Math.tan(Math.PI / 8) * 1e-9 spatial units per viewport height (for orthographic projection).

    Parameters

    • value: number

    Returns void

Methods

  • Parameters

    • scaleInCanonicalVoxels: number
    • canonicalVoxelPhysicalSize: number

    Returns void

Generated using TypeDoc