@cornerstonejs/core
Version:
Cornerstone3D Core
6 lines (5 loc) • 565 B
TypeScript
import type { ViewPresentationSelector } from '../../../types/IViewport.js';
import type { PlanarProjectionSnapshot } from './PlanarProjectionTypes.js';
import type { PlanarViewPresentation, PlanarViewState } from './PlanarViewportTypes.js';
export declare function getPlanarProjectionPresentation(snapshot: PlanarProjectionSnapshot, selector: ViewPresentationSelector | undefined): PlanarViewPresentation;
export declare function withPlanarProjectionPresentation(snapshot: PlanarProjectionSnapshot, presentation: Partial<PlanarViewPresentation>): PlanarViewState;