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 
15 #ifndef __elxLinearInterpolator_h
16 #define __elxLinearInterpolator_h
17 
18 #include "itkLinearInterpolateImageFunction.h"
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
24 
56  template < class TElastix >
58  public
59  itk::LinearInterpolateImageFunction<
60  typename InterpolatorBase<TElastix>::InputImageType,
61  typename InterpolatorBase<TElastix>::CoordRepType >,
62  public
63  InterpolatorBase<TElastix>
64  {
65  public:
66 
69  typedef itk::LinearInterpolateImageFunction<
74  typedef itk::SmartPointer<Self> Pointer;
75  typedef itk::SmartPointer<const Self> ConstPointer;
76 
78  itkNewMacro(Self);
79 
81  itkTypeMacro( LinearInterpolator, itk::LinearInterpolateImageFunction );
82 
87  elxClassNameMacro( "LinearInterpolator" );
88 
90  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
91 
93  typedef typename Superclass1::OutputType OutputType;
94  typedef typename Superclass1::InputImageType InputImageType;
95  typedef typename Superclass1::IndexType IndexType;
96  typedef typename Superclass1::ContinuousIndexType ContinuousIndexType;
97  typedef typename Superclass1::PointType PointType;
98 
107 
108  protected:
109 
113  virtual ~LinearInterpolator() {}
114 
115  private:
116 
118  LinearInterpolator( const Self& ); // purposely not implemented
120  void operator=( const Self& ); // purposely not implemented
121 
122  }; // end class LinearInterpolator
123 
124 
125 } // end namespace elastix
126 
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "elxLinearInterpolator.hxx"
129 #endif
130 
131 #endif // end #ifndef __elxLinearInterpolator_h
132 
itk::SmartPointer< const Self > ConstPointer
Superclass2::RegistrationPointer RegistrationPointer
elxClassNameMacro("LinearInterpolator")
Superclass::ElastixType ElastixType
Superclass1::OutputType OutputType
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationType ConfigurationType
An interpolator based on the itkLinearInterpolateImageFunction.
void operator=(const Self &)
itk::LinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::ElastixType ElastixType
Superclass::ConfigurationType ConfigurationType
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all Interpolators.
itk::SmartPointer< Self > Pointer
Superclass1::IndexType IndexType
InterpolatorBase< TElastix > Superclass2
ElastixType::MovingImageType InputImageType
Superclass2::RegistrationType RegistrationType
Superclass1::PointType PointType
Superclass2::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType


Generated on 04-01-2014 for elastix by doxygen 1.8.5 elastix logo