Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkBaseController.cpp
Go to the documentation of this file.
1
/*===================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#include "
mitkBaseController.h
"
18
#include "
mitkBaseRenderer.h
"
19
20
mitk::BaseController::BaseController
() : m_LastUpdateTime(0)
21
{
22
m_Slice
=
Stepper::New
();
23
m_Time
=
Stepper::New
();
24
}
25
26
mitk::BaseController::~BaseController
()
27
{
28
}
29
30
void
mitk::BaseController::ExecuteOperation
(
mitk::Operation
*
/* *operation */
)
31
{
32
}
33
34
mitk::Stepper
*
mitk::BaseController::GetSlice
()
35
{
36
return
m_Slice.GetPointer();
37
}
38
39
mitk::Stepper
*
mitk::BaseController::GetTime
()
40
{
41
return
m_Time.GetPointer();
42
}
mitk::BaseController::GetSlice
mitk::Stepper * GetSlice()
Get the Stepper through the slices.
Definition:
mitkBaseController.cpp:34
mitk::Operation
Base class of all Operation-classes.
Definition:
mitkOperation.h:33
mitk::BaseController::BaseController
BaseController()
Default Constructor.
Definition:
mitkBaseController.cpp:20
mitk::BaseController::m_Slice
Stepper::Pointer m_Slice
Definition:
mitkBaseController.h:75
mitk::BaseController::ExecuteOperation
virtual void ExecuteOperation(Operation *) override
Definition:
mitkBaseController.cpp:30
mitk::Stepper::New
static Pointer New()
mitk::Stepper
Helper class to step through a list.
Definition:
mitkStepper.h:51
mitkBaseRenderer.h
mitk::BaseController::m_Time
Stepper::Pointer m_Time
Definition:
mitkBaseController.h:73
mitk::BaseController::GetTime
mitk::Stepper * GetTime()
Get the Stepper through the time.
Definition:
mitkBaseController.cpp:39
mitk::BaseController::~BaseController
virtual ~BaseController()
Default Destructor.
Definition:
mitkBaseController.cpp:26
mitkBaseController.h
git
MITK
Modules
Core
src
Controllers
mitkBaseController.cpp
Generated on Fri Feb 3 2017 20:51:53 for Medical Imaging Interaction Toolkit by
1.8.9.1