Function: createImageSliceSynchronizer()
createImageSliceSynchronizer(
synchronizerName
):Synchronizer
A helper that creates a new Synchronizer
which listens to the STACK_NEW_IMAGE
rendering event and calls the ImageSliceSyncCallback
.
Parameters
• synchronizerName: string
The name of the synchronizer.
Returns
A new Synchronizer
instance.
Defined in
tools/src/synchronizers/synchronizers/createImageSliceSynchronizer.ts:15