Class OctreeContext

OctreeContext is backed by a native octree context and is typically associated with a Fovia.UI.HTMLViewport3D . This object is typically created by a ServerContext.loadDICOMDir or a ServerContext.loadCustomData .

Hierarchy

  • OctreeContext

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

octreeID

octreeID: number

Methods

getOctreeID

  • getOctreeID(): number
  • Returns number

    The octreeID value for the object instance.

releaseSessionResources

  • releaseSessionResources(callbackFunc?: any): any
  • Release memory associated with this octreeID.

    Parameters

    • Optional callbackFunc: any

    Returns any