18#ifndef itkImageRandomSamplerBase_h
19#define itkImageRandomSamplerBase_h
35template <
class TInputImage>
54 using typename Superclass::DataObjectPointer;
83 PrintSelf(std::ostream & os, Indent indent)
const override;
91#ifndef ITK_MANUAL_INSTANTIATION
92# include "itkImageRandomSamplerBase.hxx"
This class is a base class for any image sampler that randomly picks samples.
void PrintSelf(std::ostream &os, Indent indent) const override
void BeforeThreadedGenerateData() override
~ImageRandomSamplerBase() override=default
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
SmartPointer< const Self > ConstPointer
ITK_DISALLOW_COPY_AND_MOVE(ImageRandomSamplerBase)
std::vector< double > m_RandomNumberList
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.
SpatialObject< Self::InputImageDimension > MaskType
typename ImageSampleContainerType::Pointer ImageSampleContainerPointer
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::Pointer InputImagePointer
TOutputVectorContainer OutputVectorContainerType
typename OutputVectorContainerType::Pointer OutputVectorContainerPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.