Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

The classes in this category tell the render (subclass of mitk::BaseRenderer) which slice (subclass mitk::SliceNavigationController) or from which direction (subclass mitk::CameraController) it has to render. More...

Collaboration diagram for Navigation Control Classes:

Classes

class  mitk::CameraController
 controls the camera used by the associated BaseRenderer More...
 
class  mitk::SliceNavigationController
 Controls the selection of the slice the associated BaseRenderer will display. More...
 
class  mitk::Stepper
 Helper class to step through a list. More...
 
class  mitk::MultiStepper
 Helper class to step through a list. More...
 

Detailed Description

The classes in this category tell the render (subclass of mitk::BaseRenderer) which slice (subclass mitk::SliceNavigationController) or from which direction (subclass mitk::CameraController) it has to render.

Contains two Stepper for stepping through the slices or through different camera views (e.g., for the creation of a movie around the data), respectively, and through time, if there is 3D+t data.