14 #ifndef __ImageRandomSamplerSparseMask_h
15 #define __ImageRandomSamplerSparseMask_h
18 #include "itkMersenneTwisterRandomVariateGenerator.h"
33 template<
class TInputImage >
67 Superclass::InputImageDimension );
88 void PrintSelf( std::ostream & os, Indent indent )
const;
114 #ifndef ITK_MANUAL_INSTANTIATION
115 #include "itkImageRandomSamplerSparseMask.hxx"
118 #endif // end #ifndef __ImageRandomSamplerSparseMask_h
InputImageType::IndexType InputImageIndexType
InputImageType::PointType InputImagePointType
SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, Indent indent) const
RandomGeneratorType::Pointer RandomGeneratorPointer
virtual void GenerateData(void)
Superclass::ImageSampleContainerType ImageSampleContainerType
virtual void ThreadedGenerateData(const InputImageRegionType &inputRegionForThread, ThreadIdType threadId)
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
itk::Statistics::MersenneTwisterRandomVariateGenerator RandomGeneratorType
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
ImageSampleContainerType::Pointer ImageSampleContainerPointer
Superclass::OutputVectorContainerType OutputVectorContainerType
itk::ImageFullSampler< InputImageType > InternalFullSamplerType
Superclass::InputImageType InputImageType
InternalFullSamplerPointer m_InternalFullSampler
void operator=(const Self &)
A class that defines an image sample, which is the coordinates of a point and its value...
SpatialObject< Self::InputImageDimension > MaskType
Superclass::InputImagePointer InputImagePointer
Samples all voxels in the InputImageRegion.
ImageRandomSamplerSparseMask Self
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImagePixelType InputImagePixelType
Samples randomly some voxels of an image.
Superclass::InputImagePixelType InputImagePixelType
SmartPointer< const Self > ConstPointer
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
InternalFullSamplerType::Pointer InternalFullSamplerPointer
Superclass::InputImagePointer InputImagePointer
virtual void BeforeThreadedGenerateData(void)
ImageRandomSamplerSparseMask()
RandomGeneratorPointer m_RandomGenerator
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
SmartPointer< Self > Pointer