@cornerstonejs/core
Version:
Cornerstone3D Core
4 lines (3 loc) • 334 B
TypeScript
import type { ImageVolumeProps } from '../../types/index.js';
import type { DecimatedVolumeModifier, DecimatedVolumeModifierContext } from './types.js';
export declare function applyDecimatedVolumeModifiers(baseProps: ImageVolumeProps, modifiers: DecimatedVolumeModifier[], context: DecimatedVolumeModifierContext): ImageVolumeProps;