18 #ifndef __ImageRandomSamplerSparseMask_h 19 #define __ImageRandomSamplerSparseMask_h 22 #include "itkMersenneTwisterRandomVariateGenerator.h" 37 template<
class TInputImage >
71 Superclass::InputImageDimension );
92 void PrintSelf( std::ostream & os, Indent indent )
const;
101 const InputImageRegionType & inputRegionForThread,
118 #ifndef ITK_MANUAL_INSTANTIATION 119 #include "itkImageRandomSamplerSparseMask.hxx" 122 #endif // end #ifndef __ImageRandomSamplerSparseMask_h InputImageType::IndexType InputImageIndexType
InputImageType::PointType InputImagePointType
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
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::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