Go to the documentation of this file.
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;
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkImageRandomSamplerSparseMask.hxx"
122 #endif // end #ifndef __ImageRandomSamplerSparseMask_h
ImageRandomSamplerSparseMask(const Self &)
Superclass::DataObjectPointer DataObjectPointer
Superclass::ImageSampleContainerType ImageSampleContainerType
SmartPointer< const Self > ConstPointer
InternalFullSamplerType::Pointer InternalFullSamplerPointer
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImagePointer InputImagePointer
Superclass::InputImagePointer InputImagePointer
Samples all voxels in the InputImageRegion.
ImageRandomSamplerBase< TInputImage > Superclass
InputImageType::PointType InputImagePointType
virtual void BeforeThreadedGenerateData(void)
A class that defines an image sample, which is the coordinates of a point and its value.
SmartPointer< Self > Pointer
virtual void GenerateData(void)
Superclass::MaskType MaskType
Superclass::InputImageType InputImageType
Superclass::InputImageRegionType InputImageRegionType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
Superclass::InputImageConstPointer InputImageConstPointer
Samples randomly some voxels of an image.
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass::InputImagePixelType InputImagePixelType
ImageRandomSamplerSparseMask Self
InputImageType::IndexType InputImageIndexType
virtual void ThreadedGenerateData(const InputImageRegionType &inputRegionForThread, ThreadIdType threadId)
Superclass::InputImageRegionType InputImageRegionType
ImageRandomSamplerSparseMask()
InternalFullSamplerPointer m_InternalFullSampler
itk::Statistics::MersenneTwisterRandomVariateGenerator RandomGeneratorType
itk::ImageFullSampler< InputImageType > InternalFullSamplerType
virtual ~ImageRandomSamplerSparseMask()
Superclass::InputImagePixelType InputImagePixelType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Superclass::OutputVectorContainerType OutputVectorContainerType
Superclass::InputImageType InputImageType
void operator=(const Self &)
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass::DataObjectPointer DataObjectPointer
RandomGeneratorPointer m_RandomGenerator
This class is a base class for any image sampler that randomly picks samples.
Superclass::ImageSampleType ImageSampleType
Superclass::InputImageRegionType InputImageRegionType
SpatialObject< Self::InputImageDimension > MaskType
RandomGeneratorType::Pointer RandomGeneratorPointer
void PrintSelf(std::ostream &os, Indent indent) const
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|