@cornerstonejs/core
Version:
Cornerstone3D Core
11 lines (10 loc) • 498 B
TypeScript
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;