![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageRandomSamplerSparseMask.h>
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
![]() | |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
virtual void | SetNumberOfSamples (unsigned long _arg) |
![]() | |
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) |
![]() | |
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) |
![]() | |
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 Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
![]() | |
static Pointer | New () |
Protected Types | |
typedef InternalFullSamplerType::Pointer | InternalFullSamplerPointer |
typedef itk::ImageFullSampler < InputImageType > | InternalFullSamplerType |
Protected Attributes | |
InternalFullSamplerPointer | m_InternalFullSampler |
RandomGeneratorPointer | m_RandomGenerator |
![]() | |
std::vector< double > | m_RandomNumberList |
![]() | |
unsigned long | m_NumberOfSamples |
std::vector < ImageSampleContainerPointer > | m_ThreaderSampleContainer |
bool | m_UseMultiThread |
Private Member Functions | |
ImageRandomSamplerSparseMask (const Self &) | |
void | operator= (const Self &) |
Samples randomly some voxels of an image.
This version takes into account that the mask may be very small. Also, it may be more efficient when very many different sample sets of the same input image are required, because it does some precomputation.
Definition at line 34 of file itkImageRandomSamplerSparseMask.h.
typedef SmartPointer< const Self > itk::ImageRandomSamplerSparseMask< TInputImage >::ConstPointer |
Definition at line 43 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::DataObjectPointer itk::ImageRandomSamplerSparseMask< TInputImage >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 49 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::ImageSampleContainerPointer itk::ImageRandomSamplerSparseMask< TInputImage >::ImageSampleContainerPointer |
Definition at line 62 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::ImageSampleContainerType itk::ImageRandomSamplerSparseMask< TInputImage >::ImageSampleContainerType |
Definition at line 61 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::ImageSampleType itk::ImageRandomSamplerSparseMask< TInputImage >::ImageSampleType |
Definition at line 60 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::InputImageConstPointer itk::ImageRandomSamplerSparseMask< TInputImage >::InputImageConstPointer |
Definition at line 57 of file itkImageRandomSamplerSparseMask.h.
typedef InputImageType::IndexType itk::ImageRandomSamplerSparseMask< TInputImage >::InputImageIndexType |
Other typdefs.
Definition at line 70 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::InputImagePixelType itk::ImageRandomSamplerSparseMask< TInputImage >::InputImagePixelType |
Definition at line 59 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::InputImagePointer itk::ImageRandomSamplerSparseMask< TInputImage >::InputImagePointer |
Definition at line 56 of file itkImageRandomSamplerSparseMask.h.
typedef InputImageType::PointType itk::ImageRandomSamplerSparseMask< TInputImage >::InputImagePointType |
Definition at line 71 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::InputImageRegionType itk::ImageRandomSamplerSparseMask< TInputImage >::InputImageRegionType |
Definition at line 58 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::InputImageType itk::ImageRandomSamplerSparseMask< TInputImage >::InputImageType |
Definition at line 55 of file itkImageRandomSamplerSparseMask.h.
|
protected |
Definition at line 80 of file itkImageRandomSamplerSparseMask.h.
|
protected |
Definition at line 79 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::MaskType itk::ImageRandomSamplerSparseMask< TInputImage >::MaskType |
Definition at line 63 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::OutputVectorContainerPointer itk::ImageRandomSamplerSparseMask< TInputImage >::OutputVectorContainerPointer |
Definition at line 54 of file itkImageRandomSamplerSparseMask.h.
typedef Superclass::OutputVectorContainerType itk::ImageRandomSamplerSparseMask< TInputImage >::OutputVectorContainerType |
Definition at line 53 of file itkImageRandomSamplerSparseMask.h.
typedef SmartPointer< Self > itk::ImageRandomSamplerSparseMask< TInputImage >::Pointer |
Definition at line 42 of file itkImageRandomSamplerSparseMask.h.
typedef RandomGeneratorType::Pointer itk::ImageRandomSamplerSparseMask< TInputImage >::RandomGeneratorPointer |
Definition at line 75 of file itkImageRandomSamplerSparseMask.h.
typedef itk::Statistics::MersenneTwisterRandomVariateGenerator itk::ImageRandomSamplerSparseMask< TInputImage >::RandomGeneratorType |
The random number generator used to generate random indices.
Definition at line 74 of file itkImageRandomSamplerSparseMask.h.
typedef ImageRandomSamplerSparseMask itk::ImageRandomSamplerSparseMask< TInputImage >::Self |
Standard ITK-stuff.
Definition at line 40 of file itkImageRandomSamplerSparseMask.h.
typedef ImageRandomSamplerBase< TInputImage > itk::ImageRandomSamplerSparseMask< TInputImage >::Superclass |
Definition at line 41 of file itkImageRandomSamplerSparseMask.h.
|
protected |
The constructor.
|
inlineprotectedvirtual |
The destructor.
Definition at line 85 of file itkImageRandomSamplerSparseMask.h.
|
private |
The private constructor.
|
protectedvirtual |
Multi-threaded functionality that does the work.
Reimplemented from itk::ImageRandomSamplerBase< TInputImage >.
|
protectedvirtual |
Function that does the work.
Reimplemented from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageRandomSamplerBase< TInputImage >.
Reimplemented in elastix::RandomSamplerSparseMask< TElastix >.
itk::ImageRandomSamplerSparseMask< 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.
|
protectedvirtual |
|
protected |
Definition at line 101 of file itkImageRandomSamplerSparseMask.h.
|
protected |
Definition at line 100 of file itkImageRandomSamplerSparseMask.h.
Generated on 27-04-2014 for elastix by ![]() |
![]() |