Go to the documentation of this file.
18 #ifndef __elxLinearResampleInterpolator_h
19 #define __elxLinearResampleInterpolator_h
22 #include "itkLinearInterpolateImageFunction.h"
43 template<
class TElastix >
46 itk::LinearInterpolateImageFunction<
47 typename ResampleInterpolatorBase< TElastix >::InputImageType,
48 typename ResampleInterpolatorBase< TElastix >::CoordRepType >,
55 typedef itk::LinearInterpolateImageFunction<
59 typedef itk::SmartPointer< Self >
Pointer;
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "elxLinearResampleInterpolator.hxx"
114 #endif // end __elxLinearResampleInterpolator_h
LinearResampleInterpolator(const Self &)
Superclass::ElastixType ElastixType
Superclass1::InputImageType InputImageType
ElastixType::MovingImageType InputImageType
Superclass::ElastixPointer ElastixPointer
Superclass2::ElastixPointer ElastixPointer
void operator=(const Self &)
virtual ~LinearResampleInterpolator()
Superclass2::RegistrationPointer RegistrationPointer
LinearResampleInterpolator Self
Superclass2::ConfigurationType ConfigurationType
elxClassNameMacro("FinalLinearInterpolator")
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::IndexType IndexType
ResampleInterpolatorBase< TElastix > Superclass2
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
A linear resample-interpolator.
itk::SmartPointer< const Self > ConstPointer
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all ResampleInterpolators.
Superclass2::RegistrationType RegistrationType
itk::SmartPointer< Self > Pointer
LinearResampleInterpolator()
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
Superclass1::OutputType OutputType
Superclass::RegistrationType RegistrationType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|