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 
29 {
34 
39 
44 
49 
55 
60 
65 
73 
81 
88 
97 
106 
115 
124 
133 
159 
160 
161 };
162 
163 #ifndef SWIG
164 
167 SITKCommon_EXPORT std::ostream &
168  operator<<(std::ostream & os, const InterpolatorEnum i);
169 #endif
170 
171 } // namespace itk::simple
172 
173 
174 #endif // sitkInterpolator_h
itk::simple::sitkLinear
@ sitkLinear
N-D linear interpolation.
Definition: sitkInterpolator.h:38
itk::simple::sitkBSpline
@ sitkBSpline
B-Spline of order 3 interpolation.
Definition: sitkInterpolator.h:53
itk::simple::sitkNearestNeighbor
@ sitkNearestNeighbor
Nearest-neighbor interpolation.
Definition: sitkInterpolator.h:33
itk::simple::InterpolatorEnum
InterpolatorEnum
Definition: sitkInterpolator.h:28
itk::simple::sitkBlackmanWindowedSinc
@ sitkBlackmanWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:132
itk::simple::sitkBSpline1
@ sitkBSpline1
B-Spline of order 1 interpolation.
Definition: sitkInterpolator.h:43
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:149
itk::simple::sitkBSplineResamplerOrder3
@ sitkBSplineResamplerOrder3
Interpolator for a BSpline coefficient image, order 3.
Definition: sitkInterpolator.h:146
itk::simple::sitkLanczosWindowedSinc
@ sitkLanczosWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:123
itk::simple::sitkWelchWindowedSinc
@ sitkWelchWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:114
SITKCommon_EXPORT
#define SITKCommon_EXPORT
Definition: sitkCommon.h:41
itk::simple::sitkBSpline3
@ sitkBSpline3
Definition: sitkInterpolator.h:54
itk::simple::sitkCosineWindowedSinc
@ sitkCosineWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:105
itk::simple::sitkBSpline2
@ sitkBSpline2
B-Spline of order 2 interpolation.
Definition: sitkInterpolator.h:48
itk::simple::sitkHammingWindowedSinc
@ sitkHammingWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:96
itk::simple::sitkBSplineResamplerOrder5
@ sitkBSplineResamplerOrder5
Interpolator for a BSpline coefficient image, order 5.
Definition: sitkInterpolator.h:158
itk::simple::sitkBSpline5
@ sitkBSpline5
B-Spline of order 5 interpolation.
Definition: sitkInterpolator.h:64
itk::simple::sitkBSplineResamplerOrder4
@ sitkBSplineResamplerOrder4
Interpolator for a BSpline coefficient image, order 4.
Definition: sitkInterpolator.h:155
itk::simple::sitkBSpline4
@ sitkBSpline4
B-Spline of order 4 interpolation.
Definition: sitkInterpolator.h:59
itk::simple::sitkBSplineResamplerOrder2
@ sitkBSplineResamplerOrder2
Interpolator for a BSpline coefficient image, order 2.
Definition: sitkInterpolator.h:152
itk::simple::sitkLabelLinear
@ sitkLabelLinear
Linear interpolation for multi-label images.
Definition: sitkInterpolator.h:87
itk::simple
Definition: sitkAdditionalProcedures.h:28
itk::simple::sitkBSplineResampler
@ sitkBSplineResampler
Interpolator for a BSpline coefficient image
Definition: sitkInterpolator.h:143
itk::simple::sitkLabelGaussian
@ sitkLabelGaussian
Smoothly interpolate multi-label images.
Definition: sitkInterpolator.h:80
itk::simple::sitkGaussian
@ sitkGaussian
Gaussian interpolation.
Definition: sitkInterpolator.h:72