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