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 | Private Attributes
itk::VectorContainerSource< TOutputVectorContainer > Class Template Reference

#include <itkVectorContainerSource.h>

Detailed Description

template<class TOutputVectorContainer>
class itk::VectorContainerSource< TOutputVectorContainer >

A base class for creating an ImageToVectorContainerFilter.

Definition at line 32 of file itkVectorContainerSource.h.

+ Inheritance diagram for itk::VectorContainerSource< TOutputVectorContainer >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef OutputVectorContainerType::Pointer OutputVectorContainerPointer
 
typedef TOutputVectorContainer OutputVectorContainerType
 
typedef SmartPointer< SelfPointer
 
typedef VectorContainerSource Self
 
typedef ProcessObject Superclass
 

Public Member Functions

virtual const char * GetClassName () const
 
OutputVectorContainerTypeGetOutput (unsigned int idx)
 
OutputVectorContainerTypeGetOutput (void)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual DataObjectPointer MakeOutput (unsigned int idx)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const override
 
 VectorContainerSource ()
 
 ~VectorContainerSource () override
 

Private Member Functions

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

Private Attributes

int m_GenerateDataNumberOfRegions
 
int m_GenerateDataRegion
 

Member Typedef Documentation

◆ ConstPointer

template<class TOutputVectorContainer >
typedef SmartPointer< const Self > itk::VectorContainerSource< TOutputVectorContainer >::ConstPointer

Definition at line 41 of file itkVectorContainerSource.h.

◆ DataObjectPointer

template<class TOutputVectorContainer >
typedef Superclass::DataObjectPointer itk::VectorContainerSource< TOutputVectorContainer >::DataObjectPointer

Some convenient typedefs.

Definition at line 50 of file itkVectorContainerSource.h.

◆ OutputVectorContainerPointer

template<class TOutputVectorContainer >
typedef OutputVectorContainerType::Pointer itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerPointer

Definition at line 52 of file itkVectorContainerSource.h.

◆ OutputVectorContainerType

template<class TOutputVectorContainer >
typedef TOutputVectorContainer itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerType

Definition at line 51 of file itkVectorContainerSource.h.

◆ Pointer

template<class TOutputVectorContainer >
typedef SmartPointer< Self > itk::VectorContainerSource< TOutputVectorContainer >::Pointer

Definition at line 40 of file itkVectorContainerSource.h.

◆ Self

template<class TOutputVectorContainer >
typedef VectorContainerSource itk::VectorContainerSource< TOutputVectorContainer >::Self

Standard ITK-stuff.

Definition at line 38 of file itkVectorContainerSource.h.

◆ Superclass

template<class TOutputVectorContainer >
typedef ProcessObject itk::VectorContainerSource< TOutputVectorContainer >::Superclass

Definition at line 39 of file itkVectorContainerSource.h.

Constructor & Destructor Documentation

◆ VectorContainerSource() [1/2]

template<class TOutputVectorContainer >
itk::VectorContainerSource< TOutputVectorContainer >::VectorContainerSource ( )
protected

The constructor.

◆ ~VectorContainerSource()

template<class TOutputVectorContainer >
itk::VectorContainerSource< TOutputVectorContainer >::~VectorContainerSource ( )
inlineoverrideprotected

The destructor.

Definition at line 74 of file itkVectorContainerSource.h.

◆ VectorContainerSource() [2/2]

template<class TOutputVectorContainer >
itk::VectorContainerSource< TOutputVectorContainer >::VectorContainerSource ( const Self )
private

The private constructor.

Member Function Documentation

◆ GetClassName()

template<class TOutputVectorContainer >
virtual const char * itk::VectorContainerSource< TOutputVectorContainer >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

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

◆ GetOutput() [1/2]

template<class TOutputVectorContainer >
OutputVectorContainerType * itk::VectorContainerSource< TOutputVectorContainer >::GetOutput ( unsigned int  idx)

Get the vector container output of this process object.

◆ GetOutput() [2/2]

template<class TOutputVectorContainer >
OutputVectorContainerType * itk::VectorContainerSource< TOutputVectorContainer >::GetOutput ( void  )

Get the vector container output of this process object.

◆ GraftNthOutput()

template<class TOutputVectorContainer >
virtual void itk::VectorContainerSource< TOutputVectorContainer >::GraftNthOutput ( unsigned int  idx,
DataObject *  output 
)
virtual

Graft the specified DataObject onto this ProcessObject's output.

◆ GraftOutput()

template<class TOutputVectorContainer >
virtual void itk::VectorContainerSource< TOutputVectorContainer >::GraftOutput ( DataObject *  output)
virtual

Graft the specified DataObject onto this ProcessObject's output.

◆ MakeOutput()

template<class TOutputVectorContainer >
virtual DataObjectPointer itk::VectorContainerSource< TOutputVectorContainer >::MakeOutput ( unsigned int  idx)
virtual

◆ New()

template<class TOutputVectorContainer >
static Pointer itk::VectorContainerSource< TOutputVectorContainer >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TOutputVectorContainer >
void itk::VectorContainerSource< TOutputVectorContainer >::operator= ( const Self )
private

The private copy constructor.

◆ PrintSelf()

template<class TOutputVectorContainer >
void itk::VectorContainerSource< TOutputVectorContainer >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotected

PrintSelf.

Field Documentation

◆ m_GenerateDataNumberOfRegions

template<class TOutputVectorContainer >
int itk::VectorContainerSource< TOutputVectorContainer >::m_GenerateDataNumberOfRegions
private

Definition at line 88 of file itkVectorContainerSource.h.

◆ m_GenerateDataRegion

template<class TOutputVectorContainer >
int itk::VectorContainerSource< TOutputVectorContainer >::m_GenerateDataRegion
private

Member variables.

Definition at line 87 of file itkVectorContainerSource.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo