go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxBSplineInterpolatorFloat.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 __elxBSplineInterpolatorFloat_h
16 #define __elxBSplineInterpolatorFloat_h
17 
18 #include "itkBSplineInterpolateImageFunction.h"
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
24 
47  template < class TElastix >
49  public
50  itk::BSplineInterpolateImageFunction<
51  typename InterpolatorBase<TElastix>::InputImageType,
52  typename InterpolatorBase<TElastix>::CoordRepType,
53  float > , //CoefficientType
54  public
55  InterpolatorBase<TElastix>
56  {
57  public:
58 
61  typedef itk::BSplineInterpolateImageFunction<
64  float > Superclass1;
66  typedef itk::SmartPointer<Self> Pointer;
67  typedef itk::SmartPointer<const Self> ConstPointer;
68 
70  itkNewMacro( Self );
71 
73  itkTypeMacro( BSplineInterpolatorFloat, BSplineInterpolateImageFunction );
74 
79  elxClassNameMacro( "BSplineInterpolatorFloat" );
80 
82  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
83 
85  typedef typename Superclass1::OutputType OutputType;
86  typedef typename Superclass1::InputImageType InputImageType;
87  typedef typename Superclass1::IndexType IndexType;
88  typedef typename Superclass1::ContinuousIndexType ContinuousIndexType;
89  typedef typename Superclass1::PointType PointType;
90  typedef typename Superclass1::Iterator Iterator;
91  typedef typename Superclass1::CoefficientDataType CoefficientDataType;
92  typedef typename Superclass1::CoefficientImageType CoefficientImageType;
93  typedef typename Superclass1::CoefficientFilter CoefficientFilter;
94  typedef typename Superclass1::CoefficientFilterPointer CoefficientFilterPointer;
95  typedef typename Superclass1::CovariantVectorType CovariantVectorType;
96 
105 
109  virtual void BeforeEachResolution( void );
110 
111  protected:
112 
117 
118  private:
119 
121  BSplineInterpolatorFloat( const Self& ); // purposely not implemented
123  void operator=( const Self& ); // purposely not implemented
124 
125  }; // end class BSplineInterpolatorFloat
126 
127 
128 } // end namespace elastix
129 
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "elxBSplineInterpolatorFloat.hxx"
132 #endif
133 
134 #endif // end #ifndef __elxBSplineInterpolatorFloat_h
135 
itk::SmartPointer< const Self > ConstPointer
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
itk::BSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, float > Superclass1
Superclass2::ConfigurationType ConfigurationType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixPointer ElastixPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
An interpolator based on the itk::BSplineInterpolateImageFunction.
Superclass1::CoefficientImageType CoefficientImageType
Superclass::ConfigurationType ConfigurationType
InterpolatorBase< TElastix > Superclass2
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all Interpolators.
virtual void BeforeEachResolution(void)
Superclass1::InputImageType InputImageType
elxClassNameMacro("BSplineInterpolatorFloat")
ElastixType::MovingImageType InputImageType
Superclass2::RegistrationType RegistrationType
Superclass2::RegistrationPointer RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass1::CoefficientDataType CoefficientDataType
Superclass1::CoefficientFilter CoefficientFilter
Superclass1::CovariantVectorType CovariantVectorType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)


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