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 
24 namespace elastix
25 {
26 
43 template< class TElastix >
46  typename InterpolatorBase< TElastix >::InputImageType,
47  typename InterpolatorBase< TElastix >::CoordRepType >,
48  public InterpolatorBase< TElastix >
49 {
50 public:
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 
93 protected:
94 
98  virtual ~LinearInterpolator() {}
99 
100 private:
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
itk::AdvancedLinearInterpolateImageFunction::IndexType
Superclass::IndexType IndexType
Definition: itkAdvancedLinearInterpolateImageFunction.h:97
elastix::InterpolatorBase::ITKBaseType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Definition: elxInterpolatorBase.h:68
elastix::LinearInterpolator::Superclass1
itk::AdvancedLinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
Definition: elxLinearInterpolator.h:57
elastix::LinearInterpolator::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxLinearInterpolator.h:90
elastix::InterpolatorBase::InputImageType
ElastixType::MovingImageType InputImageType
Definition: elxInterpolatorBase.h:63
elastix::LinearInterpolator::Self
LinearInterpolator Self
Definition: elxLinearInterpolator.h:53
elastix::InterpolatorBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxInterpolatorBase.h:56
elastix::LinearInterpolator::LinearInterpolator
LinearInterpolator()
Definition: elxLinearInterpolator.h:96
elastix::LinearInterpolator::elxClassNameMacro
elxClassNameMacro("LinearInterpolator")
elastix::LinearInterpolator::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxLinearInterpolator.h:87
elastix::InterpolatorBase::CoordRepType
ElastixType::CoordRepType CoordRepType
Definition: elxInterpolatorBase.h:64
elastix::LinearInterpolator::ContinuousIndexType
Superclass1::ContinuousIndexType ContinuousIndexType
Definition: elxLinearInterpolator.h:81
elastix::LinearInterpolator::Superclass2
InterpolatorBase< TElastix > Superclass2
Definition: elxLinearInterpolator.h:58
itk::AdvancedLinearInterpolateImageFunction
Linearly interpolate an image at specified positions.
Definition: itkAdvancedLinearInterpolateImageFunction.h:65
elastix::LinearInterpolator::OutputType
Superclass1::OutputType OutputType
Definition: elxLinearInterpolator.h:78
elastix::LinearInterpolator::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxLinearInterpolator.h:59
itk::AdvancedLinearInterpolateImageFunction::OutputType
Superclass::OutputType OutputType
Definition: itkAdvancedLinearInterpolateImageFunction.h:78
elastix::LinearInterpolator::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxLinearInterpolator.h:85
elastix::LinearInterpolator::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxLinearInterpolator.h:91
elastix::LinearInterpolator
An interpolator based on the itk::AdvancedLinearInterpolateImageFunction.
Definition: elxLinearInterpolator.h:49
elastix::LinearInterpolator::itkStaticConstMacro
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
elastix::InterpolatorBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxInterpolatorBase.h:58
elastix::InterpolatorBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxInterpolatorBase.h:60
elastix::LinearInterpolator::operator=
void operator=(const Self &)
elxIncludes.h
elastix::LinearInterpolator::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxLinearInterpolator.h:60
elastix::LinearInterpolator::~LinearInterpolator
virtual ~LinearInterpolator()
Definition: elxLinearInterpolator.h:98
elastix::LinearInterpolator::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxLinearInterpolator.h:89
elastix::InterpolatorBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxInterpolatorBase.h:59
itk::AdvancedLinearInterpolateImageFunction::InputImageType
Superclass::InputImageType InputImageType
Definition: itkAdvancedLinearInterpolateImageFunction.h:84
elastix::InterpolatorBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxInterpolatorBase.h:57
elastix::LinearInterpolator::LinearInterpolator
LinearInterpolator(const Self &)
elastix::InterpolatorBase
This class is the elastix base class for all Interpolators.
Definition: elxInterpolatorBase.h:44
elastix::LinearInterpolator::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxLinearInterpolator.h:86
elastix::InterpolatorBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxInterpolatorBase.h:52
elastix::LinearInterpolator::IndexType
Superclass1::IndexType IndexType
Definition: elxLinearInterpolator.h:80
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::LinearInterpolator::PointType
Superclass1::PointType PointType
Definition: elxLinearInterpolator.h:82
elastix::LinearInterpolator::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxLinearInterpolator.h:79
elastix::LinearInterpolator::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxLinearInterpolator.h:88
itk::AdvancedLinearInterpolateImageFunction::ContinuousIndexType
Superclass::ContinuousIndexType ContinuousIndexType
Definition: itkAdvancedLinearInterpolateImageFunction.h:100


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo