Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This class extracts an image out of a vectorimage. More...
#include <itkVectorImageToImageFilter.h>
Public Types | |
typedef VectorImageToImageFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
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 |
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.
typedef SmartPointer<const Self> itk::VectorImageToImageFilter< TPixelType >::ConstPointer |
Definition at line 44 of file itkVectorImageToImageFilter.h.
typedef Superclass::InputImageType itk::VectorImageToImageFilter< TPixelType >::InputImageType |
Definition at line 54 of file itkVectorImageToImageFilter.h.
typedef Superclass::OutputImageRegionType itk::VectorImageToImageFilter< TPixelType >::OutputImageRegionType |
Definition at line 56 of file itkVectorImageToImageFilter.h.
typedef Superclass::OutputImageType itk::VectorImageToImageFilter< TPixelType >::OutputImageType |
Definition at line 55 of file itkVectorImageToImageFilter.h.
typedef SmartPointer<Self> itk::VectorImageToImageFilter< TPixelType >::Pointer |
Definition at line 43 of file itkVectorImageToImageFilter.h.
typedef VectorImageToImageFilter itk::VectorImageToImageFilter< TPixelType >::Self |
Definition at line 42 of file itkVectorImageToImageFilter.h.
typedef ImageToImageFilter< VectorImage < TPixelType, 3 >, Image < TPixelType, 3 > > itk::VectorImageToImageFilter< TPixelType >::Superclass |
Definition at line 45 of file itkVectorImageToImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 62 of file itkVectorImageToImageFilter.h.
Pointer itk::VectorImageToImageFilter< TPixelType >::Clone | ( | ) | const |
|
protectedvirtual |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
protected |
|
virtual |
|
protected |
Definition at line 68 of file itkVectorImageToImageFilter.h.