Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::VectorImageToImageFilter< TPixelType > Class Template Reference

This class extracts an image out of a vectorimage. More...

#include <itkVectorImageToImageFilter.h>

Inheritance diagram for itk::VectorImageToImageFilter< TPixelType >:
Collaboration diagram for itk::VectorImageToImageFilter< TPixelType >:

Public Types

typedef VectorImageToImageFilter Self
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef ImageToImageFilter< VectorImage< TPixelType, 3 >, Image< TPixelType, 3 > > Superclass
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef Superclass::OutputImageRegionType OutputImageRegionType
 

Public Member Functions

Pointer Clone () const
 
virtual const char * GetClassName () const
 
virtual void SetIndex (unsigned int _arg)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

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

Protected Attributes

unsigned int m_Index
 

Detailed Description

template<class TPixelType>
class itk::VectorImageToImageFilter< TPixelType >

This class extracts an image out of a vectorimage.

An image is extracted at a designated index of a vectorimage. If non index is set, it is an index of 0 used.

Definition at line 36 of file itkVectorImageToImageFilter.h.

Member Typedef Documentation

template<class TPixelType >
typedef SmartPointer<const Self> itk::VectorImageToImageFilter< TPixelType >::ConstPointer

Definition at line 44 of file itkVectorImageToImageFilter.h.

template<class TPixelType >
typedef Superclass::InputImageType itk::VectorImageToImageFilter< TPixelType >::InputImageType

Definition at line 54 of file itkVectorImageToImageFilter.h.

template<class TPixelType >
typedef Superclass::OutputImageRegionType itk::VectorImageToImageFilter< TPixelType >::OutputImageRegionType

Definition at line 56 of file itkVectorImageToImageFilter.h.

template<class TPixelType >
typedef Superclass::OutputImageType itk::VectorImageToImageFilter< TPixelType >::OutputImageType

Definition at line 55 of file itkVectorImageToImageFilter.h.

template<class TPixelType >
typedef SmartPointer<Self> itk::VectorImageToImageFilter< TPixelType >::Pointer

Definition at line 43 of file itkVectorImageToImageFilter.h.

template<class TPixelType >
typedef VectorImageToImageFilter itk::VectorImageToImageFilter< TPixelType >::Self

Definition at line 42 of file itkVectorImageToImageFilter.h.

template<class TPixelType >
typedef ImageToImageFilter< VectorImage < TPixelType, 3 >, Image < TPixelType, 3 > > itk::VectorImageToImageFilter< TPixelType >::Superclass

Definition at line 45 of file itkVectorImageToImageFilter.h.

Constructor & Destructor Documentation

template<class TPixelType >
itk::VectorImageToImageFilter< TPixelType >::VectorImageToImageFilter ( )
protected
template<class TPixelType >
itk::VectorImageToImageFilter< TPixelType >::~VectorImageToImageFilter ( )
inlineprotected

Definition at line 62 of file itkVectorImageToImageFilter.h.

Member Function Documentation

template<class TPixelType >
Pointer itk::VectorImageToImageFilter< TPixelType >::Clone ( ) const
template<class TPixelType >
virtual void itk::VectorImageToImageFilter< TPixelType >::GenerateData ( )
protectedvirtual
template<class TPixelType >
virtual const char* itk::VectorImageToImageFilter< TPixelType >::GetClassName ( ) const
virtual

Runtime information support.

template<class TPixelType >
static Pointer itk::VectorImageToImageFilter< TPixelType >::New ( )
static

Method for creation through the object factory.

template<class TPixelType >
void itk::VectorImageToImageFilter< TPixelType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected
template<class TPixelType >
virtual void itk::VectorImageToImageFilter< TPixelType >::SetIndex ( unsigned int  _arg)
virtual

Member Data Documentation

template<class TPixelType >
unsigned int itk::VectorImageToImageFilter< TPixelType >::m_Index
protected

Definition at line 68 of file itkVectorImageToImageFilter.h.


The documentation for this class was generated from the following file: