![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageFullSampler.h>
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
virtual bool | SelectingNewSamplesOnUpdateSupported (void) const |
virtual bool | SelectNewSamplesOnUpdate (void) |
![]() | |
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 |
itkStaticConstMacro (InputImageDimension, unsigned int, InputImageType::ImageDimension) | |
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) |
![]() | |
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) |
![]() | |
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 () |
Private Member Functions | |
ImageFullSampler (const Self &) | |
void | operator= (const Self &) |
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 35 of file itkImageFullSampler.h.
typedef SmartPointer<const Self> itk::ImageFullSampler< TInputImage >::ConstPointer |
Definition at line 44 of file itkImageFullSampler.h.
typedef Superclass::DataObjectPointer itk::ImageFullSampler< TInputImage >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 50 of file itkImageFullSampler.h.
typedef Superclass::ImageSampleContainerType itk::ImageFullSampler< TInputImage >::ImageSampleContainerType |
Definition at line 62 of file itkImageFullSampler.h.
typedef Superclass::ImageSampleType itk::ImageFullSampler< TInputImage >::ImageSampleType |
Definition at line 61 of file itkImageFullSampler.h.
typedef Superclass::InputImageConstPointer itk::ImageFullSampler< TInputImage >::InputImageConstPointer |
Definition at line 58 of file itkImageFullSampler.h.
typedef InputImageType::IndexType itk::ImageFullSampler< TInputImage >::InputImageIndexType |
Other typdefs.
Definition at line 70 of file itkImageFullSampler.h.
typedef Superclass::InputImagePixelType itk::ImageFullSampler< TInputImage >::InputImagePixelType |
Definition at line 60 of file itkImageFullSampler.h.
typedef Superclass::InputImagePointer itk::ImageFullSampler< TInputImage >::InputImagePointer |
Definition at line 57 of file itkImageFullSampler.h.
typedef InputImageType::PointType itk::ImageFullSampler< TInputImage >::InputImagePointType |
Definition at line 71 of file itkImageFullSampler.h.
typedef Superclass::InputImageRegionType itk::ImageFullSampler< TInputImage >::InputImageRegionType |
Definition at line 59 of file itkImageFullSampler.h.
typedef Superclass::InputImageType itk::ImageFullSampler< TInputImage >::InputImageType |
Definition at line 56 of file itkImageFullSampler.h.
typedef Superclass::MaskType itk::ImageFullSampler< TInputImage >::MaskType |
Definition at line 63 of file itkImageFullSampler.h.
typedef Superclass::OutputVectorContainerPointer itk::ImageFullSampler< TInputImage >::OutputVectorContainerPointer |
Definition at line 55 of file itkImageFullSampler.h.
typedef Superclass::OutputVectorContainerType itk::ImageFullSampler< TInputImage >::OutputVectorContainerType |
Definition at line 54 of file itkImageFullSampler.h.
typedef SmartPointer<Self> itk::ImageFullSampler< TInputImage >::Pointer |
Definition at line 43 of file itkImageFullSampler.h.
typedef ImageFullSampler itk::ImageFullSampler< TInputImage >::Self |
Standard ITK-stuff.
Definition at line 41 of file itkImageFullSampler.h.
typedef ImageSamplerBase< TInputImage > itk::ImageFullSampler< TInputImage >::Superclass |
Definition at line 42 of file itkImageFullSampler.h.
|
inlineprotected |
The constructor.
Definition at line 90 of file itkImageFullSampler.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 92 of file itkImageFullSampler.h.
|
private |
The private constructor.
|
protectedvirtual |
Function that does the work.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Reimplemented in elastix::FullSampler< TElastix >.
itk::ImageFullSampler< 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.
|
inlinevirtual |
Returns whether the sampler supports SelectNewSamplesOnUpdate().
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Definition at line 82 of file itkImageFullSampler.h.
|
inlinevirtual |
Selecting new samples makes no sense if nothing changed. The same samples would be selected anyway.
Reimplemented from itk::ImageSamplerBase< TInputImage >.
Definition at line 76 of file itkImageFullSampler.h.
Generated on 27-06-2013 for elastix by ![]() |
![]() |