15 #ifndef __ImageRandomSamplerSparseMask_h
16 #define __ImageRandomSamplerSparseMask_h
19 #include "itkMersenneTwisterRandomVariateGenerator.h"
35 template <
class TInputImage >
68 Superclass::InputImageDimension );
87 void PrintSelf( std::ostream& os, Indent indent )
const;
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkImageRandomSamplerSparseMask.txx"
112 #endif // end #ifndef __ImageRandomSamplerSparseMask_h
SmartPointer< Self > Pointer
InputImageType::IndexType InputImageIndexType
InputImageType::PointType InputImagePointType
InternalFullSamplerType::Pointer m_InternalFullSampler
void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< Self > Pointer
virtual void GenerateData(void)
Superclass::ImageSampleContainerType ImageSampleContainerType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
itk::Statistics::MersenneTwisterRandomVariateGenerator RandomGeneratorType
Superclass::OutputVectorContainerType OutputVectorContainerType
Superclass::InputImageType InputImageType
void operator=(const Self &)
A class that defines an image sample, which is the coordinates of a point and its value...
Superclass::InputImagePointer InputImagePointer
Samples all voxels in the InputImageRegion.
ImageRandomSamplerSparseMask Self
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImagePixelType InputImagePixelType
RandomGeneratorType::Pointer m_RandomGenerator
Samples randomly some voxels of an image.
Superclass::InputImagePixelType InputImagePixelType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Superclass::InputImageConstPointer InputImageConstPointer
virtual ~ImageRandomSamplerSparseMask()
Superclass::InputImageRegionType InputImageRegionType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass::MaskType MaskType
Superclass::InputImagePointer InputImagePointer
ImageRandomSamplerSparseMask()
SmartPointer< const Self > ConstPointer
itk::ImageFullSampler< InputImageType > InternalFullSamplerType
SpatialObject< itkGetStaticConstMacro(InputImageDimension) > MaskType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImageType InputImageType
This class is a base class for any image sampler that randomly picks samples.
Superclass::InputImageRegionType InputImageRegionType
ImageRandomSamplerBase< TInputImage > Superclass
Superclass::DataObjectPointer DataObjectPointer
Superclass::ImageSampleType ImageSampleType