synchronizers
Index
Functions
createCameraPositionSynchronizer
Parameters
synchronizerName: string
The name of the synchronizer.
Returns Synchronizer
A new
Synchronizer
instance.
createImageSliceSynchronizer
A helper that creates a new
Synchronizer
which listens to theSTACK_NEW_IMAGE
rendering event and calls theImageSliceSyncCallback
.Parameters
synchronizerName: string
The name of the synchronizer.
Returns Synchronizer
A new
Synchronizer
instance.
createPresentationViewSynchronizer
A helper that creates a new
Synchronizer
which listens to theCAMERA_MODIFIED
rendering event and calls thecameraSyncCallback
based on presentation view values and not based on absolute camera positions.Parameters
synchronizerName: string
The name of the synchronizer.
optionaloptions: ViewPresentation
Returns Synchronizer
A new
Synchronizer
instance.
createSlabThicknessSynchronizer
A helper that creates a new
Synchronizer
which listens to theCAMERA_MODIFIED
rendering event and calls thecameraSyncCallback
based on presentation view values and not based on absolute camera positions.Parameters
synchronizerName: string
The name of the synchronizer.
Returns Synchronizer
A new
Synchronizer
instance.
createStackImageSynchronizer
A helper that creates a new
Synchronizer
which listens to theSTACK_NEW_IMAGE
rendering event and calls theImageSliceSyncCallback
.Parameters
synchronizerName: string
The name of the synchronizer.
Returns Synchronizer
A new
Synchronizer
instance.
createVOISynchronizer
A helper that creates a new
Synchronizer
which listens to theVOI_MODIFIED
rendering event and calls thevoiSyncCallback
.Parameters
synchronizerName: string
The name of the synchronizer.
options: VOISynchronizerOptions
The options for the synchronizer. By default the voi synchronizer will also sync the invert state of the volume, but this can be disabled by setting
syncInvertState
to false.
Returns Synchronizer
A new
Synchronizer
instance.
createZoomPanSynchronizer
A helper that creates a new
Synchronizer
which listens to theCAMERA_MODIFIED
rendering event and calls thecameraSyncCallback
.Parameters
synchronizerName: string
The name of the synchronizer.
Returns Synchronizer
A new
Synchronizer
instance.
A helper that creates a new
Synchronizer
which listens to theCAMERA_MODIFIED
rendering event and calls thecameraSyncCallback
.