18#ifndef __elxGridSampler_h
19#define __elxGridSampler_h
48template<
class TElastix >
52 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
64 typedef itk::SmartPointer< Self >
Pointer;
131#ifndef ITK_MANUAL_INSTANTIATION
132#include "elxGridSampler.hxx"
An interpolator based on the itk::ImageGridSampler.
Superclass1::SampleGridSpacingValueType SampleGridSpacingValueType
Superclass1::InputImageType InputImageType
Superclass1::ImageSampleType ImageSampleType
elx::ImageSamplerBase< TElastix > Superclass2
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
elxClassNameMacro("Grid")
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::MaskType MaskType
Superclass2::ElastixPointer ElastixPointer
Superclass1::SampleGridSpacingType GridSpacingType
Superclass1::DataObjectPointer DataObjectPointer
Superclass1::InputImagePixelType InputImagePixelType
GridSampler(const Self &)
itk::ImageGridSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass1::InputImageIndexType InputImageIndexType
Superclass2::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
void operator=(const Self &)
Superclass1::InputImagePointer InputImagePointer
itk::SmartPointer< Self > Pointer
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass2::RegistrationPointer RegistrationPointer
void BeforeEachResolution(void) override
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImagePointType InputImagePointType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
Samples image voxels on a regular grid.
Superclass::MaskType MaskType
Superclass::InputImageRegionType InputImageRegionType
SampleGridSpacingType::OffsetValueType SampleGridSpacingValueType
Superclass::InputImagePixelType InputImagePixelType
InputImageType::OffsetType SampleGridSpacingType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageIndexType InputImageIndexType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageType InputImageType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImagePointType InputImagePointType
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.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.