go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
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

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)
 
DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 

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

◆ 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 >
DataObjectPointer itk::VectorContainerSource< TOutputVectorContainer >::MakeOutput ( ProcessObject::DataObjectPointerArraySizeType idx)
override

Make a DataObject of the correct type to used as the specified output.

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

◆ m_GenerateDataRegion

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

Member variables.

Definition at line 89 of file itkVectorContainerSource.h.



Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo