@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 { getECGProjectionSnapshot } from './ecgProjectionSnapshot.js';
import { type ECGProjectionSnapshot } from './ECGProjectionTypes.js';
import type { ECGViewState } from './ECGViewportTypes.js';
export { getECGProjectionSnapshot };
export type { ECGProjectionPresentation, ECGProjectionRequest, ECGProjectionSnapshot, } from './ECGProjectionTypes.js';
export declare const ecgProjectionAdapter: ViewportProjectionAdapter<ECGViewState, ViewPresentation, ECGProjectionSnapshot>;