18#ifndef __elxRandomSamplerSparseMask_h
19#define __elxRandomSamplerSparseMask_h
53template<
class TElastix >
57 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
69 typedef itk::SmartPointer< Self >
Pointer;
134#ifndef ITK_MANUAL_INSTANTIATION
135#include "elxRandomSamplerSparseMask.hxx"
An interpolator based on the itk::ImageRandomSamplerSparseMask.
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointType InputImagePointType
elxClassNameMacro("RandomSparseMask")
Superclass2::ElastixType ElastixType
void BeforeEachResolution(void) override
RandomSamplerSparseMask Self
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::InputImageType InputImageType
Superclass2::ITKBaseType ITKBaseType
Superclass1::ImageSampleType ImageSampleType
Superclass1::MaskType MaskType
Superclass1::InputImagePointer InputImagePointer
Superclass1::InputImageConstPointer InputImageConstPointer
RandomSamplerSparseMask()
Superclass1::InputImagePixelType InputImagePixelType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass2::ConfigurationType ConfigurationType
Superclass1::InputImageIndexType InputImageIndexType
Superclass1::DataObjectPointer DataObjectPointer
Superclass2::ElastixPointer ElastixPointer
void operator=(const Self &)
itk::SmartPointer< Self > Pointer
itk::ImageRandomSamplerSparseMask< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
elx::ImageSamplerBase< TElastix > Superclass2
Superclass2::RegistrationType RegistrationType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
~RandomSamplerSparseMask() override
RandomSamplerSparseMask(const Self &)
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
itk::SmartPointer< const Self > ConstPointer
Samples randomly some voxels of an image.
InputImageType::IndexType InputImageIndexType
Superclass::MaskType MaskType
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageType InputImageType
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImagePointer InputImagePointer
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageConstPointer InputImageConstPointer
InputImageType::PointType 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.