SimpleITK  
sitkInterpolator.h
Go to the documentation of this file.
1 /*=========================================================================
2 *
3 * Copyright NumFOCUS
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18 #ifndef sitkInterpolator_h
19 #define sitkInterpolator_h
20 
21 #include "sitkCommon.h"
22 #include <ostream>
23 
24 
25 namespace itk::simple
26 {
27 
33 
38 
43 
48 
54 
59 
64 
72 
80 
87 
96 
105 
114 
123 
132 
158 
159 
160 };
161 
162 #ifndef SWIG
163 
166 SITKCommon_EXPORT std::ostream& operator<<(std::ostream& os, const InterpolatorEnum i);
167 #endif
168 
169 }
170 
171 
172 #endif // sitkInterpolator_h
itk::simple::sitkLinear
@ sitkLinear
N-D linear interpolation.
Definition: sitkInterpolator.h:37
itk::simple::sitkBSpline
@ sitkBSpline
B-Spline of order 3 interpolation.
Definition: sitkInterpolator.h:52
itk::simple::sitkNearestNeighbor
@ sitkNearestNeighbor
Nearest-neighbor interpolation.
Definition: sitkInterpolator.h:32
itk::simple::InterpolatorEnum
InterpolatorEnum
Definition: sitkInterpolator.h:28
itk::simple::sitkBlackmanWindowedSinc
@ sitkBlackmanWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:131
itk::simple::sitkBSpline1
@ sitkBSpline1
B-Spline of order 1 interpolation.
Definition: sitkInterpolator.h:42
itk::simple::operator<<
SITKCommon_EXPORT std::ostream & operator<<(std::ostream &os, const EventEnum k)
sitkCommon.h
itk::simple::sitkBSplineResamplerOrder1
@ sitkBSplineResamplerOrder1
Interpolator for a BSpline coefficient image, order 1.
Definition: sitkInterpolator.h:148
itk::simple::sitkBSplineResamplerOrder3
@ sitkBSplineResamplerOrder3
Interpolator for a BSpline coefficient image, order 3.
Definition: sitkInterpolator.h:145
itk::simple::sitkLanczosWindowedSinc
@ sitkLanczosWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:122
itk::simple::sitkWelchWindowedSinc
@ sitkWelchWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:113
SITKCommon_EXPORT
#define SITKCommon_EXPORT
Definition: sitkCommon.h:41
itk::simple::sitkBSpline3
@ sitkBSpline3
Definition: sitkInterpolator.h:53
itk::simple::sitkCosineWindowedSinc
@ sitkCosineWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:104
itk::simple::sitkBSpline2
@ sitkBSpline2
B-Spline of order 2 interpolation.
Definition: sitkInterpolator.h:47
itk::simple::sitkHammingWindowedSinc
@ sitkHammingWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:95
itk::simple::sitkBSplineResamplerOrder5
@ sitkBSplineResamplerOrder5
Interpolator for a BSpline coefficient image, order 5.
Definition: sitkInterpolator.h:157
itk::simple::sitkBSpline5
@ sitkBSpline5
B-Spline of order 5 interpolation.
Definition: sitkInterpolator.h:63
itk::simple::sitkBSplineResamplerOrder4
@ sitkBSplineResamplerOrder4
Interpolator for a BSpline coefficient image, order 4.
Definition: sitkInterpolator.h:154
itk::simple::sitkBSpline4
@ sitkBSpline4
B-Spline of order 4 interpolation.
Definition: sitkInterpolator.h:58
itk::simple::sitkBSplineResamplerOrder2
@ sitkBSplineResamplerOrder2
Interpolator for a BSpline coefficient image, order 2.
Definition: sitkInterpolator.h:151
itk::simple::sitkLabelLinear
@ sitkLabelLinear
Linear interpolation for multi-label images.
Definition: sitkInterpolator.h:86
itk::simple
Definition: sitkAdditionalProcedures.h:28
itk::simple::sitkBSplineResampler
@ sitkBSplineResampler
Interpolator for a BSpline coefficient image
Definition: sitkInterpolator.h:142
itk::simple::sitkLabelGaussian
@ sitkLabelGaussian
Smoothly interpolate multi-label images.
Definition: sitkInterpolator.h:79
itk::simple::sitkGaussian
@ sitkGaussian
Gaussian interpolation.
Definition: sitkInterpolator.h:71