HomePhabricator
Diffusion MITK 0a6474da6530

Clean RenderingManager

Description

Clean RenderingManager

Make functions more consistent:
The "InitializeView*"-functions basically all do something similar.
They only behave differently in regard to their input parameters.
In order to make the functions more consistent, the following was changed:

  • use a function "ExtendGeometryForBoundingBox" to extend the bounding box
	  for all cases where a specific geometry is given
    - use "InternalViewInitialization" in all cases with appropriate arguments

Remove unnecessary includes / comments / namespaces

Add documentation for "InitializeView"-functions

Details

Provenance
kalaliAuthored on Jan 14 2022, 2:19 PM
kalaliPushed on Mar 8 2022, 2:39 PM
Differential Revision
Restricted Differential Revision
Parents
rMITK891067173875: Merge branch 'bugfix/T28910-MITK_DEBUG-Errors' into develop
Branches
Unknown
Tags
Unknown
Tasks
T27613: Improve reinit behavior