|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageRandomSamplerBase.h>
This class is a base class for any image sampler that randomly picks samples.
It adds the Set/GetNumberOfSamples function.
Definition at line 36 of file itkImageRandomSamplerBase.h.
Inheritance diagram for itk::ImageRandomSamplerBase< TInputImage >:Public Member Functions | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
| virtual void | SetNumberOfSamples (unsigned long _arg) |
Public Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
| virtual const InputImageRegionType & | GetCroppedInputImageRegion () |
| virtual const InputImageRegionType & | GetInputImageRegion (unsigned int pos) const |
| virtual const InputImageRegionType & | GetInputImageRegion (void) const |
| virtual const MaskType * | GetMask (unsigned int pos) const |
| virtual const MaskType * | GetMask (void) const |
| virtual unsigned int | GetNumberOfInputImageRegions () const |
| virtual unsigned int | GetNumberOfMasks () const |
| virtual unsigned long | GetNumberOfSamples () const |
| itkStaticConstMacro (InputImageDimension, unsigned int, InputImageType::ImageDimension) | |
| virtual bool | SelectingNewSamplesOnUpdateSupported (void) const |
| virtual bool | SelectNewSamplesOnUpdate (void) |
| virtual void | SetInputImageRegion (const InputImageRegionType _arg, unsigned int pos) |
| virtual void | SetInputImageRegion (const InputImageRegionType _arg) |
| virtual void | SetMask (const MaskType *_arg, unsigned int pos) |
| virtual void | SetMask (const MaskType *_arg) |
| virtual void | SetNumberOfInputImageRegions (const unsigned int _arg) |
| virtual void | SetNumberOfMasks (const unsigned int _arg) |
| virtual void | SetUseMultiThread (bool _arg) |
Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > > | |
| virtual void | GenerateData (void) |
| const InputImageType * | GetInput (void) |
| const InputImageType * | GetInput (unsigned int idx) |
| OutputVectorContainerType * | GetOutput (void) |
| DataObject::Pointer | MakeOutput (unsigned int idx) |
| void | SetInput (unsigned int idx, const InputImageType *input) |
| void | SetInput (const InputImageType *input) |
| virtual unsigned int | SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion) |
| virtual void | ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, ThreadIdType threadId) |
Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< unsigned long, ImageSample< TInputImage > > > | |
| OutputVectorContainerType * | GetOutput (void) |
| OutputVectorContainerType * | GetOutput (unsigned int idx) |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
| virtual void | GraftOutput (DataObject *output) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > > | |
| static Pointer | New () |
| static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Static Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< unsigned long, ImageSample< TInputImage > > > | |
| static Pointer | New () |
Protected Attributes | |
| std::vector< double > | m_RandomNumberList |
Protected Attributes inherited from itk::ImageSamplerBase< TInputImage > | |
| unsigned long | m_NumberOfSamples |
| std::vector< ImageSampleContainerPointer > | m_ThreaderSampleContainer |
| bool | m_UseMultiThread |
Private Member Functions | |
| ImageRandomSamplerBase (const Self &) | |
| void | operator= (const Self &) |
| typedef SmartPointer< const Self > itk::ImageRandomSamplerBase< TInputImage >::ConstPointer |
Definition at line 45 of file itkImageRandomSamplerBase.h.
| typedef Superclass::DataObjectPointer itk::ImageRandomSamplerBase< TInputImage >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 51 of file itkImageRandomSamplerBase.h.
| typedef Superclass::ImageSampleContainerPointer itk::ImageRandomSamplerBase< TInputImage >::ImageSampleContainerPointer |
Definition at line 64 of file itkImageRandomSamplerBase.h.
| typedef Superclass::ImageSampleContainerType itk::ImageRandomSamplerBase< TInputImage >::ImageSampleContainerType |
Definition at line 63 of file itkImageRandomSamplerBase.h.
| typedef Superclass::ImageSampleType itk::ImageRandomSamplerBase< TInputImage >::ImageSampleType |
Definition at line 62 of file itkImageRandomSamplerBase.h.
| typedef Superclass::InputImageConstPointer itk::ImageRandomSamplerBase< TInputImage >::InputImageConstPointer |
Definition at line 59 of file itkImageRandomSamplerBase.h.
| typedef Superclass::InputImagePixelType itk::ImageRandomSamplerBase< TInputImage >::InputImagePixelType |
Definition at line 61 of file itkImageRandomSamplerBase.h.
| typedef Superclass::InputImagePointer itk::ImageRandomSamplerBase< TInputImage >::InputImagePointer |
Definition at line 58 of file itkImageRandomSamplerBase.h.
| typedef Superclass::InputImageRegionType itk::ImageRandomSamplerBase< TInputImage >::InputImageRegionType |
Definition at line 60 of file itkImageRandomSamplerBase.h.
| typedef Superclass::InputImageType itk::ImageRandomSamplerBase< TInputImage >::InputImageType |
Definition at line 57 of file itkImageRandomSamplerBase.h.
| typedef Superclass::MaskType itk::ImageRandomSamplerBase< TInputImage >::MaskType |
Definition at line 65 of file itkImageRandomSamplerBase.h.
| typedef Superclass::OutputVectorContainerPointer itk::ImageRandomSamplerBase< TInputImage >::OutputVectorContainerPointer |
Definition at line 56 of file itkImageRandomSamplerBase.h.
| typedef Superclass::OutputVectorContainerType itk::ImageRandomSamplerBase< TInputImage >::OutputVectorContainerType |
Definition at line 55 of file itkImageRandomSamplerBase.h.
| typedef SmartPointer< Self > itk::ImageRandomSamplerBase< TInputImage >::Pointer |
Definition at line 44 of file itkImageRandomSamplerBase.h.
| typedef ImageRandomSamplerBase itk::ImageRandomSamplerBase< TInputImage >::Self |
Standard ITK-stuff.
Definition at line 42 of file itkImageRandomSamplerBase.h.
| typedef ImageSamplerBase< TInputImage > itk::ImageRandomSamplerBase< TInputImage >::Superclass |
Definition at line 43 of file itkImageRandomSamplerBase.h.
|
protected |
The constructor.
|
inlineprotectedvirtual |
The destructor.
Definition at line 80 of file itkImageRandomSamplerBase.h.
|
private |
The private constructor.
|
protectedvirtual |
Multi-threaded function that does the work.
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Reimplemented in itk::ImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerSparseMask< TInputImage >, and itk::ImageRandomSamplerSparseMask< elx::ImageSamplerBase< TElastix >::InputImageType >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Reimplemented in elastix::MultiInputRandomCoordinateSampler< TElastix >, elastix::RandomCoordinateSampler< TElastix >, elastix::RandomSamplerSparseMask< TElastix >, elastix::RandomSampler< TElastix >, itk::ImageRandomCoordinateSampler< TInputImage >, itk::MultiInputImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::MultiInputImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSampler< TInputImage >, itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerSparseMask< TInputImage >, and itk::ImageRandomSamplerSparseMask< elx::ImageSamplerBase< TElastix >::InputImageType >.
| itk::ImageRandomSamplerBase< TInputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
| unsigned | int, | ||
| Superclass::InputImageDimension | |||
| ) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
protected |
PrintSelf.
|
virtual |
Set the number of samples.
|
protected |
Member variable used when threading.
Definition at line 89 of file itkImageRandomSamplerBase.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |