go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::ImageFullSampler< TInputImage > Class Template Reference

#include <itkImageFullSampler.h>

Inheritance diagram for itk::ImageFullSampler< TInputImage >:
Inheritance graph
[legend]
Collaboration diagram for itk::ImageFullSampler< TInputImage >:
Collaboration graph
[legend]

Public Types

typedef SmartPointer< const Self > ConstPointer
 
typedef
Superclass::DataObjectPointer 
DataObjectPointer
 
typedef
Superclass::ImageSampleContainerType 
ImageSampleContainerType
 
typedef Superclass::ImageSampleType ImageSampleType
 
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef
Superclass::InputImagePixelType 
InputImagePixelType
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef InputImageType::PointType InputImagePointType
 
typedef
Superclass::InputImageRegionType 
InputImageRegionType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::MaskType MaskType
 
typedef
Superclass::OutputVectorContainerPointer 
OutputVectorContainerPointer
 
typedef
Superclass::OutputVectorContainerType 
OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef ImageFullSampler Self
 
typedef ImageSamplerBase
< TInputImage > 
Superclass
 
- Public Types inherited from itk::ImageSamplerBase< TInputImage >
typedef SmartPointer< const Self > ConstPointer
 
typedef
Superclass::DataObjectPointer 
DataObjectPointer
 
typedef VectorDataContainer
< unsigned long,
ImageSampleType > 
ImageSampleContainerType
 
typedef ImageSample
< InputImageType > 
ImageSampleType
 
typedef ImageSampleType::RealType ImageSampleValueType
 
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef
Superclass::InputImagePixelType 
InputImagePixelType
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef InputImageType::PointType InputImagePointType
 
typedef
InputImagePointType::ValueType 
InputImagePointValueType
 
typedef
Superclass::InputImageRegionType 
InputImageRegionType
 
typedef std::vector
< InputImageRegionType > 
InputImageRegionVectorType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef MaskType::ConstPointer MaskConstPointer
 
typedef MaskType::Pointer MaskPointer
 
typedef SpatialObject
< itkGetStaticConstMacro(InputImageDimension) > 
MaskType
 
typedef std::vector
< MaskConstPointer > 
MaskVectorType
 
typedef
Superclass::OutputVectorContainerPointer 
OutputVectorContainerPointer
 
typedef
Superclass::OutputVectorContainerType 
OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef ImageSamplerBase Self
 
typedef
ImageToVectorContainerFilter
< TInputImage,
VectorDataContainer< unsigned
long, ImageSample< TInputImage > > > 
Superclass
 
- Public Types inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
typedef SmartPointer< const Self > ConstPointer
 
typedef
Superclass::DataObjectPointer 
DataObjectPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef
Superclass::OutputVectorContainerPointer 
OutputVectorContainerPointer
 
typedef
Superclass::OutputVectorContainerType 
OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef
ImageToVectorContainerFilter 
Self
 
typedef VectorContainerSource
< VectorDataContainer
< unsigned long, ImageSample
< TInputImage > > > 
Superclass
 
- Public Types inherited from itk::VectorContainerSource< VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
typedef SmartPointer< const Self > ConstPointer
 
typedef
Superclass::DataObjectPointer 
DataObjectPointer
 
typedef
OutputVectorContainerType::Pointer 
OutputVectorContainerPointer
 
typedef VectorDataContainer
< unsigned long, ImageSample
< TInputImage > > 
OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef VectorContainerSource Self
 
typedef ProcessObject Superclass
 

Public Member Functions

virtual const char * GetClassName () const
 
 itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension)
 
virtual bool SelectingNewSamplesOnUpdateSupported (void) const
 
virtual bool SelectNewSamplesOnUpdate (void)
 
- 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
 
 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)
 
- Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
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)
 
- Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
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 Public Member Functions inherited from itk::ImageSamplerBase< TInputImage >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
static Pointer New ()
 

Protected Member Functions

virtual void GenerateData (void)
 
 ImageFullSampler ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~ImageFullSampler ()
 
- Protected Member Functions inherited from itk::ImageSamplerBase< TInputImage >
virtual bool CheckInputImageRegions (void)
 
void CropInputImageRegion (void)
 
virtual void GenerateInputRequestedRegion (void)
 
 ImageSamplerBase ()
 
virtual bool IsInsideAllMasks (const InputImagePointType &point) const
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void UpdateAllMasks (void)
 
virtual ~ImageSamplerBase ()
 
- Protected Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
 ImageToVectorContainerFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~ImageToVectorContainerFilter ()
 
- Protected Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< unsigned long, ImageSample< TInputImage > > >
void GenerateInputRequestedRegion (void)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 VectorContainerSource ()
 
virtual ~VectorContainerSource ()
 

Private Member Functions

 ImageFullSampler (const Self &)
 
void operator= (const Self &)
 

Detailed Description

template<class TInputImage>
class itk::ImageFullSampler< TInputImage >

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.

Member Typedef Documentation

template<class TInputImage>
typedef SmartPointer<const Self> itk::ImageFullSampler< TInputImage >::ConstPointer

Definition at line 44 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::DataObjectPointer itk::ImageFullSampler< TInputImage >::DataObjectPointer

Typedefs inherited from the superclass.

Definition at line 50 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::ImageSampleContainerType itk::ImageFullSampler< TInputImage >::ImageSampleContainerType

Definition at line 62 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::ImageSampleType itk::ImageFullSampler< TInputImage >::ImageSampleType

Definition at line 61 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::InputImageConstPointer itk::ImageFullSampler< TInputImage >::InputImageConstPointer

Definition at line 58 of file itkImageFullSampler.h.

template<class TInputImage>
typedef InputImageType::IndexType itk::ImageFullSampler< TInputImage >::InputImageIndexType

Other typdefs.

Definition at line 70 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::InputImagePixelType itk::ImageFullSampler< TInputImage >::InputImagePixelType

Definition at line 60 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::InputImagePointer itk::ImageFullSampler< TInputImage >::InputImagePointer

Definition at line 57 of file itkImageFullSampler.h.

template<class TInputImage>
typedef InputImageType::PointType itk::ImageFullSampler< TInputImage >::InputImagePointType

Definition at line 71 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::InputImageRegionType itk::ImageFullSampler< TInputImage >::InputImageRegionType

Definition at line 59 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::InputImageType itk::ImageFullSampler< TInputImage >::InputImageType

Definition at line 56 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::MaskType itk::ImageFullSampler< TInputImage >::MaskType

Definition at line 63 of file itkImageFullSampler.h.

Definition at line 55 of file itkImageFullSampler.h.

template<class TInputImage>
typedef Superclass::OutputVectorContainerType itk::ImageFullSampler< TInputImage >::OutputVectorContainerType

Definition at line 54 of file itkImageFullSampler.h.

template<class TInputImage>
typedef SmartPointer<Self> itk::ImageFullSampler< TInputImage >::Pointer

Definition at line 43 of file itkImageFullSampler.h.

template<class TInputImage>
typedef ImageFullSampler itk::ImageFullSampler< TInputImage >::Self

Standard ITK-stuff.

Definition at line 41 of file itkImageFullSampler.h.

template<class TInputImage>
typedef ImageSamplerBase< TInputImage > itk::ImageFullSampler< TInputImage >::Superclass

Definition at line 42 of file itkImageFullSampler.h.

Constructor & Destructor Documentation

template<class TInputImage>
itk::ImageFullSampler< TInputImage >::ImageFullSampler ( )
inlineprotected

The constructor.

Definition at line 90 of file itkImageFullSampler.h.

template<class TInputImage>
virtual itk::ImageFullSampler< TInputImage >::~ImageFullSampler ( )
inlineprotectedvirtual

The destructor.

Definition at line 92 of file itkImageFullSampler.h.

template<class TInputImage>
itk::ImageFullSampler< TInputImage >::ImageFullSampler ( const Self &  )
private

The private constructor.

Member Function Documentation

template<class TInputImage>
virtual void itk::ImageFullSampler< TInputImage >::GenerateData ( void  )
protectedvirtual

Function that does the work.

template<class TInputImage>
virtual const char* itk::ImageFullSampler< TInputImage >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageSamplerBase< TInputImage >.

Reimplemented in elastix::FullSampler< TElastix >.

template<class TInputImage>
itk::ImageFullSampler< TInputImage >::itkStaticConstMacro ( InputImageDimension  ,
unsigned  int,
Superclass::InputImageDimension   
)

The input image dimension.

template<class TInputImage>
static Pointer itk::ImageFullSampler< TInputImage >::New ( )
static

Method for creation through the object factory.

template<class TInputImage>
void itk::ImageFullSampler< TInputImage >::operator= ( const Self &  )
private

The private copy constructor.

template<class TInputImage>
void itk::ImageFullSampler< TInputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected

PrintSelf.

template<class TInputImage>
virtual bool itk::ImageFullSampler< TInputImage >::SelectingNewSamplesOnUpdateSupported ( void  ) const
inlinevirtual

Returns whether the sampler supports SelectNewSamplesOnUpdate().

Reimplemented from itk::ImageSamplerBase< TInputImage >.

Definition at line 82 of file itkImageFullSampler.h.

template<class TInputImage>
virtual bool itk::ImageFullSampler< TInputImage >::SelectNewSamplesOnUpdate ( void  )
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 06-12-2013 for elastix by doxygen 1.8.5 elastix logo