|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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.
Inheritance diagram for elastix::FullSampler< TElastix >:Public Member Functions | |
| elxClassNameMacro ("Full") | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (InputImageDimension, unsigned int, Superclass1::InputImageDimension) | |
Public Member Functions inherited from itk::ImageFullSampler< elx::ImageSamplerBase< TElastix >::InputImageType > | |
| itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
| bool | SelectingNewSamplesOnUpdateSupported (void) const override |
| bool | SelectNewSamplesOnUpdate (void) override |
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 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::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
| void | GenerateData (void) override |
| const InputImageType * | GetInput (unsigned int idx) |
| const InputImageType * | GetInput (void) |
| OutputVectorContainerType * | GetOutput (void) |
| DataObject::Pointer | MakeOutput (unsigned int idx) override |
| void | SetInput (const InputImageType *input) |
| void | SetInput (unsigned int idx, const InputImageType *input) |
| virtual unsigned int | SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion) |
Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
| OutputVectorContainerType * | GetOutput (unsigned int idx) |
| OutputVectorContainerType * | GetOutput (void) |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
| virtual void | GraftOutput (DataObject *output) |
Public Member Functions inherited from itk::ImageSamplerBase< TElastix > | |
| 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) |
| 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::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer > | |
| void | GenerateData (void) override |
| const InputImageType * | GetInput (unsigned int idx) |
| const InputImageType * | GetInput (void) |
| OutputVectorContainerType * | GetOutput (void) |
| DataObject::Pointer | MakeOutput (unsigned int idx) override |
| void | SetInput (const InputImageType *input) |
| void | SetInput (unsigned int idx, const InputImageType *input) |
| virtual unsigned int | SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion) |
Public Member Functions inherited from itk::VectorContainerSource< TOutputVectorContainer > | |
| OutputVectorContainerType * | GetOutput (unsigned int idx) |
| OutputVectorContainerType * | GetOutput (void) |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
| virtual void | GraftOutput (DataObject *output) |
Private Member Functions | |
| FullSampler (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::ImageSamplerBase< TInputImage > | |
| unsigned long | m_NumberOfSamples |
| std::vector< ImageSampleContainerPointer > | m_ThreaderSampleContainer |
| bool | m_UseMultiThread |
Protected Attributes inherited from itk::ImageSamplerBase< TElastix > | |
| unsigned long | m_NumberOfSamples |
| std::vector< ImageSampleContainerPointer > | m_ThreaderSampleContainer |
| bool | m_UseMultiThread |
| typedef Superclass2::ConfigurationPointer elastix::FullSampler< TElastix >::ConfigurationPointer |
Definition at line 96 of file elxFullSampler.h.
| typedef Superclass2::ConfigurationType elastix::FullSampler< TElastix >::ConfigurationType |
Definition at line 95 of file elxFullSampler.h.
| typedef itk::SmartPointer< const Self > elastix::FullSampler< TElastix >::ConstPointer |
Definition at line 60 of file elxFullSampler.h.
| typedef Superclass1::DataObjectPointer elastix::FullSampler< TElastix >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 75 of file elxFullSampler.h.
| typedef Superclass2::ElastixPointer elastix::FullSampler< TElastix >::ElastixPointer |
Definition at line 94 of file elxFullSampler.h.
| typedef Superclass2::ElastixType elastix::FullSampler< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 93 of file elxFullSampler.h.
| typedef Superclass1::ImageSampleContainerType elastix::FullSampler< TElastix >::ImageSampleContainerType |
Definition at line 84 of file elxFullSampler.h.
| typedef Superclass1::ImageSampleType elastix::FullSampler< TElastix >::ImageSampleType |
Definition at line 83 of file elxFullSampler.h.
| typedef Superclass1::InputImageConstPointer elastix::FullSampler< TElastix >::InputImageConstPointer |
Definition at line 80 of file elxFullSampler.h.
| typedef Superclass1::InputImageIndexType elastix::FullSampler< TElastix >::InputImageIndexType |
Definition at line 86 of file elxFullSampler.h.
| typedef Superclass1::InputImagePixelType elastix::FullSampler< TElastix >::InputImagePixelType |
Definition at line 82 of file elxFullSampler.h.
| typedef Superclass1::InputImagePointer elastix::FullSampler< TElastix >::InputImagePointer |
Definition at line 79 of file elxFullSampler.h.
| typedef Superclass1::InputImagePointType elastix::FullSampler< TElastix >::InputImagePointType |
Definition at line 87 of file elxFullSampler.h.
| typedef Superclass1::InputImageRegionType elastix::FullSampler< TElastix >::InputImageRegionType |
Definition at line 81 of file elxFullSampler.h.
| typedef Superclass1::InputImageType elastix::FullSampler< TElastix >::InputImageType |
Definition at line 78 of file elxFullSampler.h.
| typedef Superclass2::ITKBaseType elastix::FullSampler< TElastix >::ITKBaseType |
Definition at line 99 of file elxFullSampler.h.
| typedef Superclass1::MaskType elastix::FullSampler< TElastix >::MaskType |
Definition at line 85 of file elxFullSampler.h.
| typedef Superclass1::OutputVectorContainerPointer elastix::FullSampler< TElastix >::OutputVectorContainerPointer |
Definition at line 77 of file elxFullSampler.h.
| typedef Superclass1::OutputVectorContainerType elastix::FullSampler< TElastix >::OutputVectorContainerType |
Definition at line 76 of file elxFullSampler.h.
| typedef itk::SmartPointer< Self > elastix::FullSampler< TElastix >::Pointer |
Definition at line 59 of file elxFullSampler.h.
| typedef Superclass2::RegistrationPointer elastix::FullSampler< TElastix >::RegistrationPointer |
Definition at line 98 of file elxFullSampler.h.
| typedef Superclass2::RegistrationType elastix::FullSampler< TElastix >::RegistrationType |
Definition at line 97 of file elxFullSampler.h.
| typedef FullSampler elastix::FullSampler< TElastix >::Self |
Standard ITK-stuff.
Definition at line 54 of file elxFullSampler.h.
| typedef itk::ImageFullSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > elastix::FullSampler< TElastix >::Superclass1 |
Definition at line 57 of file elxFullSampler.h.
| typedef elx::ImageSamplerBase< TElastix > elastix::FullSampler< TElastix >::Superclass2 |
Definition at line 58 of file elxFullSampler.h.
|
inlineprotected |
The constructor.
Definition at line 104 of file elxFullSampler.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 106 of file elxFullSampler.h.
|
private |
The private constructor.
| 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< elx::ImageSamplerBase< TElastix >::InputImageType >.
| elastix::FullSampler< TElastix >::itkStaticConstMacro | ( | InputImageDimension | , |
| unsigned int | , | ||
| Superclass1::InputImageDimension | |||
| ) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on OURCE_DATE_EPOCH for elastix by 1.9.1 |