UNPKG

@cornerstonejs/core

Version:
8 lines (7 loc) 330 B
import type { AABB3, PixelDataTypedArrayString } from '../types/index.js'; declare function createSubVolume(referencedVolumeId: string, boundsIJK: AABB3, options?: { targetBuffer?: { type: PixelDataTypedArrayString; }; }): import("../index.js").ImageVolume; export { createSubVolume as default, createSubVolume };