go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxLinearInterpolator.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright UMC Utrecht and contributors
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 __elxLinearInterpolator_h
19#define __elxLinearInterpolator_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
22#include "itkLinearInterpolateImageFunction.h"
23
24namespace elastix
25{
26
43template< class TElastix >
46 typename InterpolatorBase< TElastix >::InputImageType,
47 typename InterpolatorBase< TElastix >::CoordRepType >,
48 public InterpolatorBase< TElastix >
49{
50public:
51
59 typedef itk::SmartPointer< Self > Pointer;
60 typedef itk::SmartPointer< const Self > ConstPointer;
61
63 itkNewMacro( Self );
64
67
72 elxClassNameMacro( "LinearInterpolator" );
73
75 itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
76
82 typedef typename Superclass1::PointType PointType;
83
92
93protected:
94
98 ~LinearInterpolator() override {}
99
100private:
101
103 LinearInterpolator( const Self & ); // purposely not implemented
105 void operator=( const Self & ); // purposely not implemented
106
107};
108
109} // end namespace elastix
110
111#ifndef ITK_MANUAL_INSTANTIATION
112#include "elxLinearInterpolator.hxx"
113#endif
114
115#endif // end #ifndef __elxLinearInterpolator_h
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Interpolators.
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
ElastixType::MovingImageType InputImageType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
An interpolator based on the itk::AdvancedLinearInterpolateImageFunction.
Superclass1::PointType PointType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
LinearInterpolator(const Self &)
Superclass1::InputImageType InputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass2::RegistrationType RegistrationType
InterpolatorBase< TElastix > Superclass2
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
itk::AdvancedLinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass2::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
itk::SmartPointer< Self > Pointer
Superclass2::ElastixPointer ElastixPointer
elxClassNameMacro("LinearInterpolator")
Superclass1::IndexType IndexType
Superclass1::OutputType OutputType
void operator=(const Self &)
Linearly interpolate an image at specified positions.


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo