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

Constructors

Properties

axesLineHelper: AxesLineHelper = ...
boundsGeneration: number = -1
canvasRelativeClippedLeft: number = 0
canvasRelativeClippedTop: number = 0
canvasRelativeLogicalLeft: number = 0
canvasRelativeLogicalTop: number = 0
disposedStacks: any
element: HTMLElement
gl: GL
inputEventMap: EventActionMap
mouseX: number = -1

Current mouse position within the viewport, or -1 if the mouse is not in the viewport.

mouseY: number = -1
offscreenCopyHelper: OffscreenCopyHelper = ...
pickBufferContents: Float32Array = ...
pickRequestPending: boolean = false

If false, either the mouse is not within the viewport, or a picking request was already issued for the current mouseX and mouseY after the most recent frame was rendered; when the current pick requests complete, no additional pick requests will be issued.

If true, a picking request was not issued for the current mouseX and mouseY due to all pick buffers being in use; when a pick buffer becomes available, an additional pick request will be issued.

pickRequests: PickRequest[] = ...
pickingData: FramePickingData[] = ...
refCount: number = 1
renderViewport: RenderViewport = ...
scaleBars: MultipleScaleBarTextures = ...
sharedObject: PerspectiveViewState
sliceViewRenderHelper: SliceViewRenderHelper = ...
sliceViews: WatchableMap<SliceView, boolean> = ...

If boolean value is true, sliceView is shown unconditionally, regardless of the value of this.viewer.showSliceViews.value.

transparencyCopyHelper: OffscreenCopyHelper = ...
wasDisposed: undefined | boolean

Accessors

Methods

Generated using TypeDoc