#include <elxFullSampler.h>
An interpolator based on the itk::ImageFullSampler.
This image sampler samples all voxels in the InputImageRegion.
This sampler does not react to the NewSamplesEveryIteration parameter.
The parameters used in this class are:
(ImageSampler "Full")
Definition at line 44 of file elxFullSampler.h.
Public Member Functions | |
elxClassNameMacro ("Full") | |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (FullSampler) | |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass1::InputImageDimension) | |
Public Member Functions inherited from itk::ImageFullSampler< TInputImage > | |
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 |
Public Member Functions inherited from itk::ImageSamplerBase< TElastix > | |
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 |
virtual bool | SelectingNewSamplesOnUpdateSupported () const |
virtual bool | SelectNewSamplesOnUpdate () |
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< TElastix > > > | |
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::ImageFullSampler< TInputImage > | |
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 () |
Static Public Member Functions inherited from itk::ImageSamplerBase< TElastix > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TElastix > > > | |
static Pointer | New () |
Protected Member Functions | |
FullSampler ()=default | |
~FullSampler () override=default | |
Protected Member Functions inherited from itk::ImageFullSampler< TInputImage > | |
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 | |
Protected Member Functions inherited from itk::ImageSamplerBase< TElastix > | |
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< TElastix > > > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VectorContainerSource () | |
~VectorContainerSource () override=default | |
Private Attributes | |
elxOverrideGetSelfMacro | |
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) |
Static Protected Member Functions inherited from itk::ImageSamplerBase< TElastix > | |
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 } |
Protected Attributes inherited from itk::ImageSamplerBase< TElastix > | |
unsigned long | m_NumberOfSamples |
bool | m_UseMultiThread |
using elastix::FullSampler< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 56 of file elxFullSampler.h.
using itk::ImageSamplerBase< TInputImage >::ImageSampleContainerType |
Definition at line 65 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::ImageSampleType |
Other typdefs.
Definition at line 64 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageConstPointer |
Definition at line 61 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageIndexType |
Definition at line 76 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImagePixelType |
Definition at line 63 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImagePointer |
Definition at line 60 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImagePointType |
Definition at line 78 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageRegionType |
Definition at line 62 of file itkImageSamplerBase.h.
using itk::ImageSamplerBase< TInputImage >::InputImageType |
Some Image related typedefs.
Definition at line 59 of file itkImageSamplerBase.h.
using elastix::FullSampler< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 91 of file elxFullSampler.h.
using itk::ImageFullSampler< TInputImage >::MaskType |
Definition at line 70 of file itkImageFullSampler.h.
using elastix::FullSampler< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 55 of file elxFullSampler.h.
using elastix::FullSampler< TElastix >::Self = FullSampler |
Standard ITK-stuff.
Definition at line 52 of file elxFullSampler.h.
using elastix::FullSampler< TElastix >::Superclass1 = itk::ImageFullSampler<typename elx::ImageSamplerBase<TElastix>::InputImageType> |
Definition at line 53 of file elxFullSampler.h.
using elastix::FullSampler< TElastix >::Superclass2 = elx::ImageSamplerBase<TElastix> |
Definition at line 54 of file elxFullSampler.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
elastix::FullSampler< TElastix >::elxClassNameMacro | ( | "Full" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (ImageSampler "Full")
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageFullSampler< TInputImage >.
elastix::FullSampler< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | FullSampler< TElastix > | ) |
elastix::FullSampler< TElastix >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
Superclass1::InputImageDimension | ) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 100 of file elxFullSampler.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |