SimpleITK  1.1.0
sitkInterpolator.h
Go to the documentation of this file.
1 /*=========================================================================
2 *
3 * Copyright Insight Software Consortium
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 
53 
61 
70 
79 
88 
97 
106 };
107 
108 #ifndef SWIG
109 
112 SITKCommon_EXPORT std::ostream& operator<<(std::ostream& os, const InterpolatorEnum i);
113 #endif
114 
115 } // end namespace simple
116 } // end namespace itk
117 
118 
119 #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:44
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:105
itk::simple::operator<<
SITKCommon_EXPORT std::ostream & operator<<(std::ostream &os, const EventEnum k)
sitkCommon.h
itk::simple::sitkLanczosWindowedSinc
@ sitkLanczosWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:96
itk::simple::sitkWelchWindowedSinc
@ sitkWelchWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:87
SITKCommon_EXPORT
#define SITKCommon_EXPORT
Definition: sitkCommon.h:41
itk::simple::sitkCosineWindowedSinc
@ sitkCosineWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:78
itk::simple::sitkHammingWindowedSinc
@ sitkHammingWindowedSinc
Windowed sinc interpolation.
Definition: sitkInterpolator.h:69
itk
itk::simple::sitkLabelGaussian
@ sitkLabelGaussian
Smoothly interpolate multi-label images.
Definition: sitkInterpolator.h:60
itk::simple::sitkGaussian
@ sitkGaussian
Gaussian interpolation.
Definition: sitkInterpolator.h:52