UNPKG

@cornerstonejs/core

Version:
11 lines (10 loc) 498 B
import type vtkImageResliceMapper from '@kitware/vtk.js/Rendering/Core/ImageResliceMapper'; import type vtkImageSlice from '@kitware/vtk.js/Rendering/Core/ImageSlice'; import type { VOIRange } from '../../../types/index.js'; import type { PlanarDataPresentation } from './PlanarViewportTypes.js'; export declare function applyPlanarVolumePresentation(args: { actor: vtkImageSlice; mapper: vtkImageResliceMapper; defaultVOIRange?: VOIRange; props?: PlanarDataPresentation; }): void;