go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxReducedDimensionBSplineInterpolator.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 __elxReducedDimensionBSplineInterpolator_h
16 #define __elxReducedDimensionBSplineInterpolator_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
24 
45  template < class TElastix >
47  public
49  typename InterpolatorBase<TElastix>::InputImageType,
50  typename InterpolatorBase<TElastix>::CoordRepType,
51  double > , //CoefficientType
52  public
53  InterpolatorBase<TElastix>
54  {
55  public:
56 
62  double > Superclass1;
64  typedef itk::SmartPointer<Self> Pointer;
65  typedef itk::SmartPointer<const Self> ConstPointer;
66 
68  itkNewMacro(Self);
69 
72 
77  elxClassNameMacro( "ReducedDimensionBSplineInterpolator" );
78 
80  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
81 
88  typedef typename Superclass1::Iterator Iterator;
94 
103 
107  virtual void BeforeEachResolution(void);
108 
109  protected:
110 
115 
116  private:
117 
119  ReducedDimensionBSplineInterpolator( const Self& ); // purposely not implemented
121  void operator=( const Self& ); // purposely not implemented
122 
123  }; // end class ReducedDimensionBSplineInterpolator
124 
125 
126 } // end namespace elastix
127 
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "elxReducedDimensionBSplineInterpolator.hxx"
130 #endif
131 
132 #endif // end #ifndef __elxReducedDimensionBSplineInterpolator_h
133 
elxClassNameMacro("ReducedDimensionBSplineInterpolator")
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
itk::ReducedDimensionBSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > Superclass1
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.
Superclass::ConfigurationType ConfigurationType
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all Interpolators.
Calculates the B-Spline coefficients of an image. Spline order may be per dimension from 0 to 5 per...
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
ElastixType::MovingImageType InputImageType
An interpolator based on the itkReducedDimensionBSplineInterpolateImageFunction.
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer


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