go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxLinearResampleInterpolator.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 __elxLinearResampleInterpolator_h
16 #define __elxLinearResampleInterpolator_h
17 
18 #include "itkLinearInterpolateImageFunction.h"
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
40  template < class TElastix >
42  public
43  itk::LinearInterpolateImageFunction<
44  typename ResampleInterpolatorBase<TElastix>::InputImageType,
45  typename ResampleInterpolatorBase<TElastix>::CoordRepType >,
46  public ResampleInterpolatorBase<TElastix>
47  {
48  public:
49 
52  typedef itk::LinearInterpolateImageFunction<
56  typedef itk::SmartPointer<Self> Pointer;
57  typedef itk::SmartPointer<const Self> ConstPointer;
58 
60  itkNewMacro( Self );
61 
63  itkTypeMacro( LinearResampleInterpolator, itk::LinearInterpolateImageFunction );
64 
69  elxClassNameMacro( "FinalLinearInterpolator" );
70 
72  itkStaticConstMacro( ImageDimension, unsigned int,Superclass1::ImageDimension );
73 
75  typedef typename Superclass1::OutputType OutputType;
76  typedef typename Superclass1::InputImageType InputImageType;
77  typedef typename Superclass1::IndexType IndexType;
78  typedef typename Superclass1::ContinuousIndexType ContinuousIndexType;
79 
88 
89  protected:
90 
95 
96  private:
97 
99  LinearResampleInterpolator( const Self& ); // purposely not implemented
101  void operator=( const Self& ); // purposely not implemented
102 
103  }; // end class LinearResampleInterpolator
104 
105 
106 } // end namespace elastix
107 
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "elxLinearResampleInterpolator.hxx"
110 #endif
111 
112 #endif // end __elxLinearResampleInterpolator_h
113 
Superclass::RegistrationType RegistrationType
ElastixType::MovingImageType InputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::RegistrationType RegistrationType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ConfigurationType ConfigurationType
Superclass::ConfigurationPointer ConfigurationPointer
itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
ResampleInterpolatorBase< TElastix > Superclass2
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationPointer RegistrationPointer
itk::SmartPointer< const Self > ConstPointer
elxClassNameMacro("FinalLinearInterpolator")
Superclass1::ContinuousIndexType ContinuousIndexType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::ConfigurationType ConfigurationType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)


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