#include <itkImageFullSampler.h>
Samples all voxels in the InputImageRegion.
This ImageSampler samples all voxels in the InputImageRegion. If a mask is given: only those voxels within the mask AND the InputImageRegion.
Definition at line 38 of file itkImageFullSampler.h.
Data Structures | |
struct | UserData |
struct | WorkUnit |
Public Member Functions | |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (ImageFullSampler) | |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
bool | SelectingNewSamplesOnUpdateSupported () const override |
bool | SelectNewSamplesOnUpdate () override |
Public Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
virtual const InputImageRegionType & | GetCroppedInputImageRegion () |
const InputImageType * | GetInput () |
const InputImageType * | GetInput (unsigned int idx) |
virtual const InputImageRegionType & | GetInputImageRegion () const |
virtual const InputImageRegionType & | GetInputImageRegion (unsigned int pos) const |
virtual const MaskType * | GetMask () const |
virtual const MaskType * | GetMask (unsigned int pos) const |
virtual unsigned int | GetNumberOfInputImageRegions () const |
virtual unsigned int | GetNumberOfMasks () const |
virtual unsigned long | GetNumberOfSamples () const |
OutputVectorContainerType * | GetOutput () |
ITK_DISALLOW_COPY_AND_MOVE (ImageSamplerBase) | |
itkStaticConstMacro (InputImageDimension, unsigned int, InputImageType::ImageDimension) | |
DataObject::Pointer | MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override |
void | SetInput (const InputImageType *input) |
void | SetInput (unsigned int idx, const InputImageType *input) |
virtual void | SetInputImageRegion (const InputImageRegionType _arg) |
virtual void | SetInputImageRegion (const InputImageRegionType _arg, unsigned int pos) |
virtual void | SetMask (const MaskType *_arg) |
virtual void | SetMask (const MaskType *_arg, unsigned int pos) |
virtual void | SetNumberOfInputImageRegions (const unsigned int _arg) |
virtual void | SetNumberOfMasks (const unsigned int _arg) |
virtual void | SetNumberOfSamples (unsigned long _arg) |
virtual void | SetUseMultiThread (bool _arg) |
Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
OutputVectorContainerType * | GetOutput () |
OutputVectorContainerType * | GetOutput (unsigned int idx) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
virtual void | GraftOutput (DataObject *output) |
ITK_DISALLOW_COPY_AND_MOVE (VectorContainerSource) | |
DataObjectPointer | MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override |
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::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
static Pointer | New () |
Protected Member Functions | |
void | GenerateData () override |
ImageFullSampler ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ImageFullSampler () override=default | |
Protected Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
virtual bool | CheckInputImageRegions () |
void | CropInputImageRegion () |
void | GenerateInputRequestedRegion () override |
ImageSamplerBase () | |
virtual bool | IsInsideAllMasks (const InputImagePointType &point) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | UpdateAllMasks () |
~ImageSamplerBase () override=default | |
Protected Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VectorContainerSource () | |
~VectorContainerSource () override=default | |
Static Private Member Functions | |
template<elastix::MaskCondition VMaskCondition> | |
static void | GenerateDataForWorkUnit (WorkUnit &, const InputImageType &, const MaskType *) |
static std::vector< WorkUnit > | GenerateWorkUnits (const ThreadIdType numberOfWorkUnits, const InputImageRegionType &croppedInputImageRegion, std::vector< ImageSampleType > &samples) |
static void | MultiThreadedGenerateData (MultiThreaderBase &multiThreader, const ThreadIdType numberOfWorkUnits, const TInputImage &inputImage, const MaskType *const mask, const InputImageRegionType &croppedInputImageRegion, std::vector< ImageSampleType > &samples) |
static void | SingleThreadedGenerateData (const TInputImage &inputImage, const MaskType *const mask, const InputImageRegionType &croppedInputImageRegion, std::vector< ImageSampleType > &samples) |
template<elastix::MaskCondition VMaskCondition> | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
static std::vector< InputImageRegionType > | SplitRegion (const InputImageRegionType &inputRegion, const vcl_size_t requestedNumberOfSubregions) |
Protected Attributes inherited from itk::ImageSamplerBase< TInputImage > | |
unsigned long | m_NumberOfSamples { 0 } |
bool | m_UseMultiThread { true } |
using itk::ImageFullSampler< TInputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 47 of file itkImageFullSampler.h.
using itk::ImageSamplerBase< TInputImage >::ImageSampleContainerPointer |
Definition at line 78 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::ImageSampleContainerType |
Definition at line 77 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::ImageSampleType |
Other typdefs.
Definition at line 76 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageConstPointer |
Definition at line 68 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageIndexType |
Definition at line 80 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImagePixelType |
Definition at line 70 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImagePointer |
Definition at line 67 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImagePointType |
Definition at line 81 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageRegionType |
Definition at line 69 of file itkImageSamplerBase.h.
using itk::ImageFullSampler< TInputImage >::InputImageSizeType = typename InputImageType::SizeType |
Typedefs for support of user defined grid spacing for the spatial samples.
Definition at line 81 of file itkImageFullSampler.h.
using itk::ImageSamplerBase< TInputImage >::InputImageType |
Some Image related typedefs.
Definition at line 66 of file itkImageSamplerBase.h.
using itk::ImageFullSampler< TInputImage >::MaskType = typename Superclass::MaskType |
Definition at line 70 of file itkImageFullSampler.h.
using itk::ImageFullSampler< TInputImage >::Pointer = SmartPointer<Self> |
Definition at line 46 of file itkImageFullSampler.h.
using itk::ImageFullSampler< TInputImage >::Self = ImageFullSampler |
Standard ITK-stuff.
Definition at line 44 of file itkImageFullSampler.h.
using itk::ImageFullSampler< TInputImage >::Superclass = ImageSamplerBase<TInputImage> |
Definition at line 45 of file itkImageFullSampler.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overrideprotected |
Function that does the work.
|
staticprivate |
Generates the data for one specific work unit.
|
staticprivate |
Generates the work units, to be processed when doing multi-threading.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Reimplemented in elastix::FullSampler< TElastix >.
itk::ImageFullSampler< TInputImage >::ITK_DISALLOW_COPY_AND_MOVE | ( | ImageFullSampler< TInputImage > | ) |
itk::ImageFullSampler< TInputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
Superclass::InputImageDimension | ) |
The input image dimension.
|
staticprivate |
|
static |
Method for creation through the object factory.
|
overrideprotected |
PrintSelf.
|
inlineoverridevirtual |
Returns whether the sampler supports SelectNewSamplesOnUpdate().
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Definition at line 93 of file itkImageFullSampler.h.
|
inlineoverridevirtual |
Selecting new samples makes no sense if nothing changed. The same samples would be selected anyway.
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Definition at line 85 of file itkImageFullSampler.h.
|
staticprivate |
|
staticprivate |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |