Skip to main content

Type Alias: InterpolationViewportData

InterpolationViewportData: object

A base viewport and annotation information used to start interpolating between slices.

Type declaration

annotation

annotation: InterpolationROIAnnotation

The annotation that was just completed.

interpolationUID

interpolationUID: string

The type of event, whether initializing the label or updating it.

isInterpolationUpdate?

optional isInterpolationUpdate: boolean

True if the interpolation data is being regenerated because of an update

sliceData

sliceData: Types.ImageSliceData

viewport

viewport: Types.IViewport

The viewport that this interpolation is occurring within

Defined in

tools/src/types/InterpolationTypes.ts:9