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  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 #ifndef __elxLinearInterpolator_h
15 #define __elxLinearInterpolator_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
18 #include "itkLinearInterpolateImageFunction.h"
19 
20 namespace elastix
21 {
22 
39 template< class TElastix >
42  typename InterpolatorBase< TElastix >::InputImageType,
43  typename InterpolatorBase< TElastix >::CoordRepType >,
44  public InterpolatorBase< TElastix >
45 {
46 public:
47 
55  typedef itk::SmartPointer< Self > Pointer;
56  typedef itk::SmartPointer< const Self > ConstPointer;
57 
59  itkNewMacro( Self );
60 
63 
68  elxClassNameMacro( "LinearInterpolator" );
69 
71  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
72 
78  typedef typename Superclass1::PointType PointType;
79 
88 
89 protected:
90 
94  virtual ~LinearInterpolator() {}
95 
96 private:
97 
99  LinearInterpolator( const Self & ); // purposely not implemented
101  void operator=( const Self & ); // purposely not implemented
102 
103 };
104 
105 } // end namespace elastix
106 
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "elxLinearInterpolator.hxx"
109 #endif
110 
111 #endif // end #ifndef __elxLinearInterpolator_h
Superclass2::RegistrationPointer RegistrationPointer
itk::AdvancedLinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
elxClassNameMacro("LinearInterpolator")
Superclass::ElastixType ElastixType
Superclass1::OutputType OutputType
Superclass1::ContinuousIndexType ContinuousIndexType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
itk::SmartPointer< Self > Pointer
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
InterpolatorBase< TElastix > Superclass2
Superclass2::ConfigurationType ConfigurationType
An interpolator based on the itk::AdvancedLinearInterpolateImageFunction.
void operator=(const Self &)
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::ElastixType ElastixType
Superclass::ConfigurationType ConfigurationType
itk::SmartPointer< const Self > ConstPointer
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all Interpolators.
Superclass1::IndexType IndexType
ElastixType::MovingImageType InputImageType
Superclass2::RegistrationType RegistrationType
Superclass1::PointType PointType
Superclass2::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
Linearly interpolate an image at specified positions.


Generated on 27-04-2014 for elastix by doxygen 1.8.6 elastix logo