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 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 >:
Inheritance graph
[legend]

Public Types

using ConstPointer = SmartPointer< const Self >
 
using OutputVectorContainerPointer = typename OutputVectorContainerType::Pointer
 
using OutputVectorContainerType = TOutputVectorContainer
 
using Pointer = SmartPointer< Self >
 
using Self = VectorContainerSource
 
using Superclass = ProcessObject
 

Public Member Functions

virtual const char * GetClassName () const
 
OutputVectorContainerTypeGetOutput ()
 
OutputVectorContainerTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 
 ITK_DISALLOW_COPY_AND_MOVE (VectorContainerSource)
 
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=default
 

Private Attributes

int m_GenerateDataNumberOfRegions
 
int m_GenerateDataRegion
 

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 41 of file itkVectorContainerSource.h.

◆ OutputVectorContainerPointer

template<class TOutputVectorContainer >
using itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerPointer = typename OutputVectorContainerType::Pointer

Definition at line 52 of file itkVectorContainerSource.h.

◆ OutputVectorContainerType

template<class TOutputVectorContainer >
using itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerType = TOutputVectorContainer

Definition at line 51 of file itkVectorContainerSource.h.

◆ Pointer

template<class TOutputVectorContainer >
using itk::VectorContainerSource< TOutputVectorContainer >::Pointer = SmartPointer<Self>

Definition at line 40 of file itkVectorContainerSource.h.

◆ Self

template<class TOutputVectorContainer >
using itk::VectorContainerSource< TOutputVectorContainer >::Self = VectorContainerSource

Standard ITK-stuff.

Definition at line 38 of file itkVectorContainerSource.h.

◆ Superclass

template<class TOutputVectorContainer >
using itk::VectorContainerSource< TOutputVectorContainer >::Superclass = ProcessObject

Definition at line 39 of file itkVectorContainerSource.h.

Constructor & Destructor Documentation

◆ VectorContainerSource()

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

The constructor.

◆ ~VectorContainerSource()

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

The destructor.

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 ( )

Get the vector container output of this process object.

◆ GetOutput() [2/2]

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

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.

◆ ITK_DISALLOW_COPY_AND_MOVE()

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

◆ 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.

◆ 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 87 of file itkVectorContainerSource.h.

◆ m_GenerateDataRegion

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

Member variables.

Definition at line 86 of file itkVectorContainerSource.h.



Generated on Wed 12 Apr 2023 for elastix by doxygen 1.9.6 elastix logo