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
mitkSegmentationInterpolationAlgorithm.h
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
#ifndef mitkSegmentationInterpolationAlgorithm_h_Included
18
#define mitkSegmentationInterpolationAlgorithm_h_Included
19
20
#include "
mitkCommon.h
"
21
#include "
mitkImage.h
"
22
#include <
MitkSegmentationExports.h
>
23
24
#include <itkObjectFactory.h>
25
26
namespace
mitk
27
{
51
class
MITKSEGMENTATION_EXPORT
SegmentationInterpolationAlgorithm
:
public
itk::Object
52
{
53
public
:
54
mitkClassMacroItkParent
(
SegmentationInterpolationAlgorithm
, itk::Object);
55
56
virtual
Image::Pointer
Interpolate(
Image::ConstPointer
lowerSlice,
57
unsigned
int
lowerSliceIndex,
58
Image::ConstPointer
upperSlice,
59
unsigned
int
upperSliceIndex,
60
unsigned
int
requestedIndex,
61
unsigned
int
sliceDimension,
62
Image::Pointer
resultImage,
63
unsigned
int
timeStep = 0,
64
Image::ConstPointer
referenceImage =
nullptr
) = 0;
65
};
66
67
}
// namespace
68
69
#endif
mitk::SegmentationInterpolationAlgorithm
Interface class for interpolation algorithms.
Definition:
mitkSegmentationInterpolationAlgorithm.h:51
mitkCommon.h
MITKSEGMENTATION_EXPORT
#define MITKSEGMENTATION_EXPORT
Definition:
MitkSegmentationExports.h:15
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitkClassMacroItkParent
#define mitkClassMacroItkParent(className, SuperClassName)
Definition:
mitkCommon.h:53
MitkSegmentationExports.h
itk::SmartPointer< Self >
mitkImage.h
git
MITK
Modules
Segmentation
Algorithms
mitkSegmentationInterpolationAlgorithm.h
Generated on Fri Feb 3 2017 20:52:08 for Medical Imaging Interaction Toolkit by
1.8.9.1