@cornerstonejs/core
Version:
Cornerstone3D Core
9 lines (8 loc) • 627 B
TypeScript
import type { ViewPresentation } from '../../../types/index.js';
import type { ViewportProjectionAdapter } from '../ViewportProjectionTypes.js';
import { getWSIProjectionSnapshot } from './wsiProjectionSnapshot.js';
import { type WSIProjectionSnapshot } from './WSIProjectionTypes.js';
import type { WSIViewState } from './WSIViewportTypes.js';
export { getWSIProjectionSnapshot };
export type { WSIProjectionPresentation, WSIProjectionRequest, WSIProjectionSnapshot, } from './WSIProjectionTypes.js';
export declare const wsiProjectionAdapter: ViewportProjectionAdapter<WSIViewState, ViewPresentation, WSIProjectionSnapshot>;