Medical Imaging Interaction Toolkit  2016.11.0
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::BaseController
 Baseclass for renderer slice-/camera-control. More...
 
class  mitk::CameraController
 controls the camera used by the associated BaseRenderer More...
 
class  mitk::SliceNavigationController::TimeGeometryEvent
 
class  mitk::SliceNavigationController::GeometrySendEvent
 
class  mitk::SliceNavigationController::GeometryUpdateEvent
 
class  mitk::SliceNavigationController::GeometryTimeEvent
 
class  mitk::SliceNavigationController::GeometrySliceEvent
 
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...
 
class  QmitkStepperAdapter
 Helper class to connect Qt-based navigators to instances of Stepper. More...
 
class  QmitkStepperAdapter::ItkEventListener
 

Enumerations

enum  mitk::CameraController::StandardView {
  mitk::CameraController::ANTERIOR, mitk::CameraController::POSTERIOR, mitk::CameraController::SINISTER, mitk::CameraController::DEXTER,
  mitk::CameraController::CRANIAL, mitk::CameraController::CAUDAL
}
 
enum  mitk::SliceNavigationController::ViewDirection { mitk::SliceNavigationController::Axial, mitk::SliceNavigationController::Sagittal, mitk::SliceNavigationController::Frontal, mitk::SliceNavigationController::Original }
 Possible view directions, Original will uses the PlaneGeometry instances in a SlicedGeometry3D provided as input world geometry (by SetInputWorldGeometry). 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.

Enumeration Type Documentation

Enumerator
ANTERIOR 
POSTERIOR 
SINISTER 
DEXTER 
CRANIAL 
CAUDAL 

Definition at line 36 of file mitkCameraController.h.

Possible view directions, Original will uses the PlaneGeometry instances in a SlicedGeometry3D provided as input world geometry (by SetInputWorldGeometry).

Enumerator
Axial 
Sagittal 
Frontal 
Original 

Definition at line 166 of file mitkSliceNavigationController.h.