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 * Copyright UMC Utrecht and contributors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef __elxReducedDimensionBSplineInterpolator_h
19#define __elxReducedDimensionBSplineInterpolator_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
26
47template< class TElastix >
49 public
51 typename InterpolatorBase< TElastix >::InputImageType,
52 typename InterpolatorBase< TElastix >::CoordRepType,
53 double >, //CoefficientType
54 public
55 InterpolatorBase< TElastix >
56{
57public:
58
64 double > Superclass1;
66 typedef itk::SmartPointer< Self > Pointer;
67 typedef itk::SmartPointer< const Self > ConstPointer;
68
70 itkNewMacro( Self );
71
74
79 elxClassNameMacro( "ReducedDimensionBSplineInterpolator" );
80
82 itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
83
96
105
109 void BeforeEachResolution( void ) override;
110
111protected:
112
117
118private:
119
121 ReducedDimensionBSplineInterpolator( const Self & ); // purposely not implemented
123 void operator=( const Self & ); // purposely not implemented
124
125};
126
127} // end namespace elastix
128
129#ifndef ITK_MANUAL_INSTANTIATION
130#include "elxReducedDimensionBSplineInterpolator.hxx"
131#endif
132
133#endif // end #ifndef __elxReducedDimensionBSplineInterpolator_h
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Interpolators.
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
ElastixType::MovingImageType InputImageType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
An interpolator based on the itkReducedDimensionBSplineInterpolateImageFunction.
itk::ReducedDimensionBSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > Superclass1
elxClassNameMacro("ReducedDimensionBSplineInterpolator")
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Calculates the B-Spline coefficients of an image. Spline order may be per dimension from 0 to 5 per.
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.
CovariantVector< OutputType, itkGetStaticConstMacro(ImageDimension) > CovariantVectorType


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo