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::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer > Class Template Reference

#include <itkImageToVectorContainerFilter.h>

Inheritance diagram for itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >:
Inheritance graph
[legend]
Collaboration diagram for itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >:
Collaboration graph
[legend]

Public Types

typedef SmartPointer< const SelfConstPointer
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< SelfPointer
typedef
ImageToVectorContainerFilter 
Self
typedef VectorContainerSource
< TOutputVectorContainer > 
Superclass

Public Member Functions

virtual const char * GetClassName () const
const InputImageTypeGetInput (void)
const InputImageTypeGetInput (unsigned int idx)
OutputVectorContainerTypeGetOutput (void)
DataObject::Pointer MakeOutput (unsigned int idx)
void SetInput (unsigned int idx, const InputImageType *input)
void SetInput (const InputImageType *input)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 ImageToVectorContainerFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~ImageToVectorContainerFilter ()

Private Member Functions

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

Detailed Description

template<class TInputImage, class TOutputVectorContainer>
class itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >

Base class that takes in an image and pops out a vector container.

Definition at line 31 of file itkImageToVectorContainerFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputVectorContainer>
typedef SmartPointer<const Self> itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::ConstPointer
template<class TInputImage, class TOutputVectorContainer>
typedef Superclass::DataObjectPointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::DataObjectPointer

Typedefs inherited from the superclass.

Reimplemented from itk::VectorContainerSource< TOutputVectorContainer >.

Reimplemented in elastix::MultiInputRandomCoordinateSampler< TElastix >, elastix::RandomCoordinateSampler< TElastix >, elastix::RandomSamplerSparseMask< TElastix >, elastix::RandomSampler< TElastix >, elastix::GridSampler< TElastix >, elastix::FullSampler< TElastix >, itk::ImageSamplerBase< TInputImage >, itk::ImageSamplerBase< TElastix >, itk::ImageSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageGridSampler< TInputImage >, itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSampler< TInputImage >, itk::MultiInputImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::MultiInputImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerSparseMask< TInputImage >, itk::ImageRandomSamplerSparseMask< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageFullSampler< TInputImage >, itk::ImageFullSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerBase< TInputImage >, and itk::ImageRandomSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >.

Definition at line 47 of file itkImageToVectorContainerFilter.h.

template<class TInputImage, class TOutputVectorContainer>
typedef InputImageType::ConstPointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImageConstPointer
template<class TInputImage, class TOutputVectorContainer>
typedef InputImageType::PixelType itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImagePixelType
template<class TInputImage, class TOutputVectorContainer>
typedef InputImageType::Pointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImagePointer
template<class TInputImage, class TOutputVectorContainer>
typedef InputImageType::RegionType itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImageRegionType
template<class TInputImage, class TOutputVectorContainer>
typedef TInputImage itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImageType
template<class TInputImage, class TOutputVectorContainer>
typedef Superclass::OutputVectorContainerPointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::OutputVectorContainerPointer
template<class TInputImage, class TOutputVectorContainer>
typedef Superclass::OutputVectorContainerType itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::OutputVectorContainerType
template<class TInputImage, class TOutputVectorContainer>
typedef SmartPointer<Self> itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::Pointer
template<class TInputImage, class TOutputVectorContainer>
typedef ImageToVectorContainerFilter itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::Self
template<class TInputImage, class TOutputVectorContainer>
typedef VectorContainerSource< TOutputVectorContainer > itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::Superclass

Constructor & Destructor Documentation

template<class TInputImage, class TOutputVectorContainer>
itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::ImageToVectorContainerFilter ( ) [protected]

Prepare the output. The constructor.

template<class TInputImage, class TOutputVectorContainer>
virtual itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::~ImageToVectorContainerFilter ( ) [inline, protected, virtual]

The destructor.

Definition at line 87 of file itkImageToVectorContainerFilter.h.

template<class TInputImage, class TOutputVectorContainer>
itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::ImageToVectorContainerFilter ( const Self ) [private]

The private constructor.


Member Function Documentation

template<class TInputImage, class TOutputVectorContainer>
virtual const char* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetClassName ( ) const [virtual]
template<class TInputImage, class TOutputVectorContainer>
const InputImageType* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetInput ( void  )

Get the input image of this process object.

template<class TInputImage, class TOutputVectorContainer>
const InputImageType* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetInput ( unsigned int  idx)

Get the input image of this process object.

template<class TInputImage, class TOutputVectorContainer>
OutputVectorContainerType* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetOutput ( void  )

Get the output Mesh of this process object.

Reimplemented from itk::VectorContainerSource< TOutputVectorContainer >.

template<class TInputImage, class TOutputVectorContainer>
DataObject::Pointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::MakeOutput ( unsigned int  idx) [virtual]

Create a valid output.

Reimplemented from itk::VectorContainerSource< TOutputVectorContainer >.

template<class TInputImage, class TOutputVectorContainer>
static Pointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::New ( ) [static]
template<class TInputImage, class TOutputVectorContainer>
void itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::operator= ( const Self ) [private]

The private copy constructor.

template<class TInputImage, class TOutputVectorContainer>
void itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected]
template<class TInputImage, class TOutputVectorContainer>
void itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::SetInput ( unsigned int  idx,
const InputImageType input 
)

Set the input image of this process object.

template<class TInputImage, class TOutputVectorContainer>
void itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::SetInput ( const InputImageType input)

Set the input image of this process object.



Generated on 11-05-2012 for elastix by doxygen 1.7.6.1 elastix logo