Go to the documentation of this file.
18 #ifndef __ImageRandomSamplerBase_h
19 #define __ImageRandomSamplerBase_h
35 template<
class TInputImage >
69 Superclass::InputImageDimension );
72 itkSetClampMacro( NumberOfSamples,
unsigned long, 1, NumericTraits< unsigned long >::max() );
86 void PrintSelf( std::ostream & os, Indent indent )
const;
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkImageRandomSamplerBase.hxx"
106 #endif // end #ifndef __ImageRandomSamplerBase_h
Superclass::ImageSampleContainerType ImageSampleContainerType
virtual void BeforeThreadedGenerateData(void)
Superclass::MaskType MaskType
Superclass::DataObjectPointer DataObjectPointer
void PrintSelf(std::ostream &os, Indent indent) const
Superclass::InputImagePointer InputImagePointer
SmartPointer< const Self > ConstPointer
ImageRandomSamplerBase(const Self &)
std::vector< double > m_RandomNumberList
Superclass::ImageSampleType ImageSampleType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
SmartPointer< Self > Pointer
A class that defines an image sample, which is the coordinates of a point and its value.
Superclass::InputImagePixelType InputImagePixelType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
void operator=(const Self &)
Superclass::OutputVectorContainerType OutputVectorContainerType
virtual ~ImageRandomSamplerBase()
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageConstPointer InputImageConstPointer
ImageRandomSamplerBase Self
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageType InputImageType
ImageSamplerBase< TInputImage > Superclass
This class is a base class for any image sampler.
Superclass::InputImagePixelType InputImagePixelType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass::InputImageType InputImageType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageConstPointer InputImageConstPointer
This class is a base class for any image sampler that randomly picks samples.
SpatialObject< Self::InputImageDimension > MaskType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|