Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Functions | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | MoveSenderCameraAction () |
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of the sending renderer by a vector that was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | SetCrosshairAction () |
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. The function performs a slice selection of the slice navigation controller and will set the cross hair for all 2D-render windows. The new position was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | ZoomSenderCameraAction () |
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of the sending renderer by a zoom factor that was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | ScrollSliceStepperAction () |
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of the sending renderer. The new position was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | SetLevelWindowAction () |
Returns an 'std::function' that can be used to react on the 'DisplaySetLevelWindowEvent'. The function sets the 'levelwindow' property of the topmost visible image that is display by the sending renderer. The level and window value for this property were previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | MoveCameraSynchronizedAction () |
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of all renderer (synchronized) by a vector that was previously determined by the mouse interaction event. The renderer need to be managed by the same rendering manager. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | SetCrosshairSynchronizedAction () |
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. The function performs a slice selection of the slice navigation controller and will set the cross hair for all 2D-render windows. The new position was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | ZoomCameraSynchronizedAction () |
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of all 2D-renderer (synchronized) by a zoom factor that was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction | ScrollSliceStepperSynchronizedAction () |
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of all 2D-renderer (synchronized). The new position was previously determined by the mouse interaction event. More... | |
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::MoveCameraSynchronizedAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of all renderer (synchronized) by a vector that was previously determined by the mouse interaction event. The renderer need to be managed by the same rendering manager.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::MoveSenderCameraAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of the sending renderer by a vector that was previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ScrollSliceStepperAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of the sending renderer. The new position was previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ScrollSliceStepperSynchronizedAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of all 2D-renderer (synchronized). The new position was previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetCrosshairAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. The function performs a slice selection of the slice navigation controller and will set the cross hair for all 2D-render windows. The new position was previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetCrosshairSynchronizedAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. The function performs a slice selection of the slice navigation controller and will set the cross hair for all 2D-render windows. The new position was previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetLevelWindowAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplaySetLevelWindowEvent'. The function sets the 'levelwindow' property of the topmost visible image that is display by the sending renderer. The level and window value for this property were previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ZoomCameraSynchronizedAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of all 2D-renderer (synchronized) by a zoom factor that was previously determined by the mouse interaction event.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ZoomSenderCameraAction | ( | ) |
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of the sending renderer by a zoom factor that was previously determined by the mouse interaction event.