@cornerstonejs/core
Version:
Cornerstone3D Core
6 lines (5 loc) • 302 B
TypeScript
import type { Types } from '../index.js';
type actorTypes = 'vtkActor' | 'vtkVolume' | 'vtkImageSlice';
export declare function isImageActor(actorEntry: Types.ActorEntry): boolean;
export declare function actorIsA(actorEntry: Types.ActorEntry | Types.Actor, actorType: actorTypes): boolean;
export {};