18#ifndef __elxFullSampler_h
19#define __elxFullSampler_h
43template<
class TElastix >
47 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
59 typedef itk::SmartPointer< Self >
Pointer;
119#ifndef ITK_MANUAL_INSTANTIATION
120#include "elxFullSampler.hxx"
An interpolator based on the itk::ImageFullSampler.
Superclass2::ElastixType ElastixType
Superclass2::ConfigurationType ConfigurationType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::RegistrationPointer RegistrationPointer
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
FullSampler(const Self &)
Superclass1::InputImageType InputImageType
Superclass1::DataObjectPointer DataObjectPointer
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass2::ITKBaseType ITKBaseType
Superclass1::InputImageIndexType InputImageIndexType
Superclass1::InputImagePointer InputImagePointer
Superclass1::InputImagePixelType InputImagePixelType
Superclass1::ImageSampleType ImageSampleType
Superclass1::InputImageRegionType InputImageRegionType
itk::ImageFullSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
void operator=(const Self &)
Superclass1::MaskType MaskType
Superclass1::InputImageConstPointer InputImageConstPointer
elxClassNameMacro("Full")
Superclass2::ElastixPointer ElastixPointer
Superclass1::ImageSampleContainerType ImageSampleContainerType
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointType InputImagePointType
elx::ImageSamplerBase< TElastix > Superclass2
Superclass2::RegistrationType RegistrationType
Samples all voxels in the InputImageRegion.
Superclass::InputImageType InputImageType
InputImageType::IndexType InputImageIndexType
Superclass::InputImageConstPointer InputImageConstPointer
InputImageType::PointType InputImagePointType
Superclass::DataObjectPointer DataObjectPointer
Superclass::MaskType MaskType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageRegionType InputImageRegionType
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.