18#ifndef __elxRayCastInterpolator_h
19#define __elxRayCastInterpolator_h
43template<
class TElastix >
47 typename InterpolatorBase< TElastix >::InputImageType,
48 typename InterpolatorBase< TElastix >::CoordRepType >,
60 typedef itk::SmartPointer< Self >
Pointer;
104 itkGetStaticConstMacro( ImageDimension ),
142#ifndef ITK_MANUAL_INSTANTIATION
143#include "elxRayCastInterpolator.hxx"
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 itkAdvancedRayCastInterpolateImageFunction.
Superclass2::RegistrationType RegistrationType
Superclass2::ConfigurationPointer ConfigurationPointer
EulerTransformType::ParametersType TransformParametersType
TransformParametersType m_PreParameters
EulerTransformPointer m_PreTransform
Superclass1::OutputType OutputType
Superclass1::SizeType SizeType
void BeforeRegistration(void) override
Superclass2::ElastixPointer ElastixPointer
CombinationTransformPointer m_CombinationTransform
AdvancedTransformType::Pointer AdvancedTransformPointer
Superclass2::ITKBaseType ITKBaseType
itk::EulerTransform< typename InterpolatorBase< TElastix >::CoordRepType, ImageDimension > EulerTransformType
itk::AdvancedTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > AdvancedTransformType
void BeforeEachResolution(void) override
itk::SmartPointer< Self > Pointer
Superclass2::ElastixType ElastixType
Superclass1::PointType PointType
Superclass2::ConfigurationType ConfigurationType
Superclass1::IndexType IndexType
Superclass1::ContinuousIndexType ContinuousIndexType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::RegistrationPointer RegistrationPointer
~RayCastInterpolator() override
RayCastInterpolator(const Self &)
Superclass1::InputImageType InputImageType
InterpolatorBase< TElastix > Superclass2
EulerTransformType::Pointer EulerTransformPointer
void operator=(const Self &)
itk::AdvancedRayCastInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
itk::AdvancedCombinationTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension) > CombinationTransformType
itk::SmartPointer< const Self > ConstPointer
elxClassNameMacro("RayCastInterpolator")
int BeforeAll(void) override
InputImageType::SpacingType SpacingType
CombinationTransformType::Pointer CombinationTransformPointer
Projective interpolation of an image at specified positions.
Superclass::IndexType IndexType
Superclass::PointType PointType
TInputImage::SizeType SizeType
Superclass::InputImageType InputImageType
Superclass::OutputType OutputType
Superclass::ContinuousIndexType ContinuousIndexType