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 using namespace itk;
25 
48  template < class TElastix >
50  public
52  ITK_TYPENAME InterpolatorBase<TElastix>::InputImageType,
53  ITK_TYPENAME InterpolatorBase<TElastix>::CoordRepType,
54  float > , //CoefficientType
55  public
56  InterpolatorBase<TElastix>
57  {
58  public:
59 
65  float > Superclass1;
67  typedef SmartPointer<Self> Pointer;
68  typedef SmartPointer<const Self> ConstPointer;
69 
71  itkNewMacro( Self );
72 
75 
80  elxClassNameMacro( "BSplineInterpolatorFloat" );
81 
83  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
84 
86  typedef typename Superclass1::OutputType OutputType;
87  typedef typename Superclass1::InputImageType InputImageType;
88  typedef typename Superclass1::IndexType IndexType;
89  typedef typename Superclass1::ContinuousIndexType ContinuousIndexType;
90  typedef typename Superclass1::PointType PointType;
91  typedef typename Superclass1::Iterator Iterator;
92  typedef typename Superclass1::CoefficientDataType CoefficientDataType;
93  typedef typename Superclass1::CoefficientImageType CoefficientImageType;
94  typedef typename Superclass1::CoefficientFilter CoefficientFilter;
95  typedef typename Superclass1::CoefficientFilterPointer CoefficientFilterPointer;
96  typedef typename Superclass1::CovariantVectorType CovariantVectorType;
97 
106 
110  virtual void BeforeEachResolution( void );
111 
112  protected:
113 
118 
119  private:
120 
122  BSplineInterpolatorFloat( const Self& ); // purposely not implemented
124  void operator=( const Self& ); // purposely not implemented
125 
126  }; // end class BSplineInterpolatorFloat
127 
128 
129 } // end namespace elastix
130 
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "elxBSplineInterpolatorFloat.hxx"
133 #endif
134 
135 #endif // end #ifndef __elxBSplineInterpolatorFloat_h
136 
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
BSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, float > Superclass1
Superclass::ElastixType ElastixType
InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
Superclass2::ConfigurationType ConfigurationType
Superclass2::ConfigurationPointer ConfigurationPointer
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.
Superclass1::InputImageType InputImageType
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


Generated on 06-12-2013 for elastix by doxygen 1.8.5 elastix logo