Function: createStackImageSynchronizer()
createStackImageSynchronizer(
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.