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
26 {
27 namespace simple
28 {
29 
35 
40 
45 
50 
56 
61 
66 
74 
82 
91 
100 
109 
118 
127 
153 
154 
155 };
156 
157 #ifndef SWIG
158 
161 SITKCommon_EXPORT std::ostream& operator<<(std::ostream& os, const InterpolatorEnum i);
162 #endif
163 
164 } // end namespace simple
165 } // end namespace itk
166 
167 
168 #endif // sitkInterpolator_h
itk::simple::sitkLinear
@ sitkLinear
N-D linear interpolation.
Definition: sitkInterpolator.h:39
itk::simple::sitkBSpline
@ sitkBSpline
B-Spline of order 3 interpolation.
Definition: sitkInterpolator.h:54
itk::simple::sitkNearestNeighbor
@ sitkNearestNeighbor
Nearest-neighbor interpolation.
Definition: sitkInterpolator.h:34
itk::simple::InterpolatorEnum
InterpolatorEnum
Definition: sitkInterpolator.h:30
itk::simple::sitkBlackmanWindowedSinc
@ sitkBlackmanWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:126
itk::simple::sitkBSpline1
@ sitkBSpline1
B-Spline of order 1 interpolation.
Definition: sitkInterpolator.h:44
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:143
itk::simple::sitkBSplineResamplerOrder3
@ sitkBSplineResamplerOrder3
Interpolator for a BSpline coefficient image, order 3.
Definition: sitkInterpolator.h:140
itk::simple::sitkLanczosWindowedSinc
@ sitkLanczosWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:117
itk::simple::sitkWelchWindowedSinc
@ sitkWelchWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:108
SITKCommon_EXPORT
#define SITKCommon_EXPORT
Definition: sitkCommon.h:41
itk::simple::sitkBSpline3
@ sitkBSpline3
Definition: sitkInterpolator.h:55
itk::simple::sitkCosineWindowedSinc
@ sitkCosineWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:99
itk::simple::sitkBSpline2
@ sitkBSpline2
B-Spline of order 2 interpolation.
Definition: sitkInterpolator.h:49
itk::simple::sitkHammingWindowedSinc
@ sitkHammingWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:90
itk::simple::sitkBSplineResamplerOrder5
@ sitkBSplineResamplerOrder5
Interpolator for a BSpline coefficient image, order 5.
Definition: sitkInterpolator.h:152
itk::simple::sitkBSpline5
@ sitkBSpline5
B-Spline of order 5 interpolation.
Definition: sitkInterpolator.h:65
itk::simple::sitkBSplineResamplerOrder4
@ sitkBSplineResamplerOrder4
Interpolator for a BSpline coefficient image, order 4.
Definition: sitkInterpolator.h:149
itk::simple::sitkBSpline4
@ sitkBSpline4
B-Spline of order 4 interpolation.
Definition: sitkInterpolator.h:60
itk::simple::sitkBSplineResamplerOrder2
@ sitkBSplineResamplerOrder2
Interpolator for a BSpline coefficient image, order 2.
Definition: sitkInterpolator.h:146
itk
itk::simple::sitkBSplineResampler
@ sitkBSplineResampler
Interpolator for a BSpline coefficient image
Definition: sitkInterpolator.h:137
itk::simple::sitkLabelGaussian
@ sitkLabelGaussian
Smoothly interpolate multi-label images.
Definition: sitkInterpolator.h:81
itk::simple::sitkGaussian
@ sitkGaussian
Gaussian interpolation.
Definition: sitkInterpolator.h:73