Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
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...
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... | |
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.
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.