18#ifndef elxGridSampler_h
19#define elxGridSampler_h
48template <
class TElastix>
76 using typename Superclass1::DataObjectPointer;
96 using typename Superclass2::ElastixType;
97 using typename Superclass2::RegistrationType;
118#ifndef ITK_MANUAL_INSTANTIATION
119# include "elxGridSampler.hxx"
An interpolator based on the itk::ImageGridSampler.
ITK_DISALLOW_COPY_AND_MOVE(GridSampler)
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
elxClassNameMacro("Grid")
~GridSampler() override=default
typename Superclass1::SampleGridSpacingType GridSpacingType
typename Superclass2::ITKBaseType ITKBaseType
void BeforeEachResolution() override
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
Samples image voxels on a regular grid.
typename Superclass::MaskType MaskType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::OffsetType SampleGridSpacingType
typename InputImageType::PointType InputImagePointType
TInputImage InputImageType
typename InputImageType::IndexType InputImageIndexType
typename InputImageType::RegionType InputImageRegionType
typename SampleGridSpacingType::OffsetValueType SampleGridSpacingValueType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
A class that defines an image sample, which is the coordinates of a point and its value.
This class is a base class for any image sampler.
typename OutputVectorContainerType::Pointer OutputVectorContainerPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.