18#ifndef __elxRayCastResampleInterpolator_h
19#define __elxRayCastResampleInterpolator_h
37template<
class TElastix >
41 typename ResampleInterpolatorBase< TElastix >::InputImageType,
42 typename ResampleInterpolatorBase< TElastix >::CoordRepType >,
53 typedef itk::SmartPointer< Self >
Pointer;
97 itkGetStaticConstMacro( ImageDimension ),
144#ifndef ITK_MANUAL_INSTANTIATION
145#include "elxRayCastResampleInterpolator.hxx"
A class that deals with user given parameters and command line arguments.
ElastixType::CoordRepType CoordRepType
An interpolator based on ...
Superclass2::RegistrationType RegistrationType
RayCastResampleInterpolator(const Self &)
void ReadFromFile(void) override
CombinationTransformType::Pointer CombinationTransformPointer
int BeforeAll(void) override
EulerTransformType::Pointer EulerTransformPointer
itk::SmartPointer< const Self > ConstPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::ElastixPointer ElastixPointer
itk::EulerTransform< typename InterpolatorBase< TElastix >::CoordRepType, ImageDimension > EulerTransformType
Superclass2::ConfigurationPointer ConfigurationPointer
ResampleInterpolatorBase< TElastix > Superclass2
Superclass1::SizeType SizeType
Superclass1::OutputType OutputType
itk::AdvancedRayCastInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass1::ContinuousIndexType ContinuousIndexType
itk::SmartPointer< Self > Pointer
EulerTransformPointer m_PreTransform
Superclass1::InputImageType InputImageType
void BeforeRegistration(void) override
itk::AdvancedTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > AdvancedTransformType
Superclass2::ElastixType ElastixType
CombinationTransformPointer m_CombinationTransform
TransformParametersType m_PreParameters
itk::AdvancedCombinationTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension) > CombinationTransformType
Superclass1::IndexType IndexType
void WriteToFile(void) const override
~RayCastResampleInterpolator() override
Superclass2::ConfigurationType ConfigurationType
AdvancedTransformType::Pointer AdvancedTransformPointer
void InitializeRayCastInterpolator(void)
RayCastResampleInterpolator()
elxClassNameMacro("FinalRayCastInterpolator")
RayCastResampleInterpolator Self
Superclass2::RegistrationPointer RegistrationPointer
EulerTransformType::ParametersType TransformParametersType
void operator=(const Self &)
InputImageType::SpacingType SpacingType
Superclass2::ITKBaseType ITKBaseType
Superclass1::PointType PointType
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationType RegistrationType
ElastixType::CoordRepType CoordRepType
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
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