Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Volume

Describes the information about a single volume.

Hierarchy

  • Volume

Index

Constructors

Private constructor

Properties

entity

The entity type to which the volume is attached.

Optional Private inspectionPlanItemId

inspectionPlanItemId: string

key

key: number

Gets the key of this item.

Optional Private measurementId

measurementId: string

name

name: string

Gets the filename.

properties

Gets a collection of user data that is attached to this volume.

resolution

resolution: VolumeVector

Gets the size of a single voxel of the volume in mm.

size

Gets the size of the volume in voxels.

Methods

Private getInspectionGuid

  • getInspectionGuid(): string | undefined
  • Returns string | undefined

Private getMeasurementGuid

  • getMeasurementGuid(): string | undefined
  • Returns string | undefined

getSlice

  • Returns the slice with the specified index in the specified direction as HostBinary.

    Parameters

    Returns HostBinary | undefined

getSliceBuffer

  • getSliceBuffer(direction: VolumeDirection, index: number): Buffer | undefined
  • Returns the slice with the specified index in the specified direction as [[Buffer]].

    Parameters

    Returns Buffer | undefined

Generated using TypeDoc