#include <itkScalarToArrayCastImageFilter.h>
Inheritance diagram for itk::ScalarToArrayCastImageFilter:
Public Types | |
typedef ScalarToArrayCastImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ScalarToArrayCast< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
ScalarToArrayCastImageFilter () | |
virtual | ~ScalarToArrayCastImageFilter () |
This filter is templated over the input image type and output image type.
The filter expect the input image' pixel type is of scalar type and the output image' pixel type is one dimensional array (subclasses of FixedArray) of the scalar type.
Definition at line 61 of file itkScalarToArrayCastImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ScalarToArrayCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 74 of file itkScalarToArrayCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ScalarToArrayCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 73 of file itkScalarToArrayCastImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ScalarToArrayCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 69 of file itkScalarToArrayCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ScalarToArrayCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 72 of file itkScalarToArrayCastImageFilter.h. |
|
Definition at line 80 of file itkScalarToArrayCastImageFilter.h. |
|
Definition at line 81 of file itkScalarToArrayCastImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ScalarToArrayCast< TInputImage::PixelType, TOutputImage::PixelType > >. |