Type Alias: StackInputCallback()
StackInputCallback: (
params) =>unknown
Stack input callback type, used to perform operations on the image data after it has been loaded.
Parameters
• params
• params.imageActor: ImageActor
vtk image actor
• params.imageId: string
unique image Id in the cache
Returns
unknown