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
mitkApplyTransformMatrixOperation.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 "
mitkApplyTransformMatrixOperation.h
"
18
19
namespace
mitk
20
{
21
ApplyTransformMatrixOperation::ApplyTransformMatrixOperation
(
OperationType
operationType,
22
vtkSmartPointer<vtkMatrix4x4> matrix,
23
Point3D
refPoint)
24
:
Operation
(operationType), m_vtkMatrix(matrix), m_referencePoint(refPoint)
25
{
26
}
27
28
ApplyTransformMatrixOperation::~ApplyTransformMatrixOperation
() {}
29
vtkSmartPointer<vtkMatrix4x4>
ApplyTransformMatrixOperation::GetMatrix
() {
return
m_vtkMatrix; }
30
Point3D
ApplyTransformMatrixOperation::GetReferencePoint
() {
return
m_referencePoint; }
31
}
// namespace mitk
mitk::Point< ScalarType, 3 >
mitk::Operation
Base class of all Operation-classes.
Definition:
mitkOperation.h:33
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::ApplyTransformMatrixOperation::GetMatrix
vtkSmartPointer< vtkMatrix4x4 > GetMatrix()
Definition:
mitkApplyTransformMatrixOperation.cpp:29
mitk::ApplyTransformMatrixOperation::ApplyTransformMatrixOperation
ApplyTransformMatrixOperation(OperationType operationType, vtkSmartPointer< vtkMatrix4x4 > matrix, mitk::Point3D refPoint)
Operation that applies a new vtk transform matrix.
Definition:
mitkApplyTransformMatrixOperation.cpp:21
mitk::OperationType
int OperationType
Definition:
mitkOperation.h:27
mitk::ApplyTransformMatrixOperation::~ApplyTransformMatrixOperation
virtual ~ApplyTransformMatrixOperation()
Definition:
mitkApplyTransformMatrixOperation.cpp:28
mitkApplyTransformMatrixOperation.h
mitk::ApplyTransformMatrixOperation::GetReferencePoint
mitk::Point3D GetReferencePoint()
Definition:
mitkApplyTransformMatrixOperation.cpp:30
git
MITK
Modules
Core
src
DataManagement
mitkApplyTransformMatrixOperation.cpp
Generated on Fri Feb 3 2017 20:51:53 for Medical Imaging Interaction Toolkit by
1.8.9.1