#include <itkVectorCastImageFilter.h>
Inheritance diagram for itk::VectorCastImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef VectorCastImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
VectorCastImageFilter () | |
virtual | ~VectorCastImageFilter () |
This filter is templated over the input image type and output image type.
The filter expect both images to have the same number of dimensions, and that both the input and output have itk::Vector pixel types of the same VectorDimension.
Definition at line 61 of file itkVectorCastImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 74 of file itkVectorCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 73 of file itkVectorCastImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 69 of file itkVectorCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 72 of file itkVectorCastImageFilter.h. |
|
Definition at line 80 of file itkVectorCastImageFilter.h. |
|
Definition at line 81 of file itkVectorCastImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |