Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkCellOperation.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 (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include "
mitkCellOperation.h
"
14
15
mitk::CellOperation::CellOperation
(
OperationType
operationType,
int
cellId,
Vector3D
vector)
16
:
mitk
::
Operation
(operationType), m_CellId(cellId), m_Vector(vector)
17
{
18
}
19
20
mitk::CellOperation::CellOperation
(
OperationType
operationType,
int
cellId)
21
:
mitk
::
Operation
(operationType),
m_CellId
(cellId)
22
{
23
m_Vector
.Fill(0);
24
}
mitk::Vector< ScalarType, 3 >
mitk::Operation
Base class of all Operation-classes.
Definition:
mitkOperation.h:29
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::CellOperation::m_Vector
Vector3D m_Vector
Definition:
mitkCellOperation.h:48
mitk::CellOperation::CellOperation
CellOperation(OperationType operationType, int cellId, Vector3D vector)
constructor
Definition:
mitkCellOperation.cpp:15
mitk::CellOperation::m_CellId
int m_CellId
Definition:
mitkCellOperation.h:45
mitkCellOperation.h
mitk::OperationType
int OperationType
Definition:
mitkOperation.h:23
Source
Modules
DataTypesExt
src
mitkCellOperation.cpp
Generated on Thu Mar 12 2020 10:23:40 for Medical Imaging Interaction Toolkit by
1.8.13