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