Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Baseclass for renderer slice-/camera-control. More...
#include <mitkBaseController.h>
Public Types | |
typedef BaseController | Self |
typedef OperationActor | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
Stepper * | GetSlice () |
Get the Stepper through the slices. More... | |
const Stepper * | GetSlice () const |
Stepper * | GetTime () |
Get the Stepper through the time. More... | |
const Stepper * | GetTime () const |
Public Member Functions inherited from mitk::OperationActor | |
itkTypeMacroNoParent (OperationActor) virtual ~OperationActor() | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
Protected Member Functions | |
BaseController () | |
Default Constructor. More... | |
~BaseController () override | |
Default Destructor. More... | |
void | ExecuteOperation (Operation *) override |
Protected Attributes | |
Stepper::Pointer | m_Time |
Stepper::Pointer | m_Slice |
unsigned long | m_LastUpdateTime |
Baseclass for renderer slice-/camera-control.
Tells the render (subclass of BaseRenderer) which slice (subclass SliceNavigationController) or from which direction (subclass 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.
Definition at line 37 of file mitkBaseController.h.
typedef itk::SmartPointer<const Self> mitk::BaseController::ConstPointer |
Definition at line 41 of file mitkBaseController.h.
Definition at line 41 of file mitkBaseController.h.
Standard class typedefs.
Definition at line 41 of file mitkBaseController.h.
Definition at line 41 of file mitkBaseController.h.
|
protected |
Default Constructor.
|
overrideprotected |
Default Destructor.
|
overrideprotectedvirtual |
Implements mitk::OperationActor.
Reimplemented in mitk::SliceNavigationController.
|
inlinevirtual |
Reimplemented in mitk::SliceNavigationController, mitk::CameraController, and mitk::CameraRotationController.
Definition at line 41 of file mitkBaseController.h.
|
virtual |
Reimplemented in mitk::SliceNavigationController, mitk::CameraController, and mitk::CameraRotationController.
const Stepper* mitk::BaseController::GetSlice | ( | ) | const |
|
inlinestatic |
Definition at line 41 of file mitkBaseController.h.
const Stepper* mitk::BaseController::GetTime | ( | ) | const |
|
static |
|
protected |
Definition at line 72 of file mitkBaseController.h.
|
protected |
Definition at line 70 of file mitkBaseController.h.
|
protected |
Definition at line 68 of file mitkBaseController.h.