@cornerstonejs/core
Version:
Cornerstone3D Core
5 lines (4 loc) • 324 B
TypeScript
export { applyDecimatedVolumeModifiers } from './applyDecimatedVolumeModifiers.js';
export { inPlaneDecimationModifier } from './inPlaneDecimationModifier.js';
export type { DecimatedVolumeLoaderOptions, DecimatedVolumeModifier, DecimatedVolumeModifierContext, } from './types.js';
export type { points } from './types.js';