#include <itkVectorIndexSelectionCastImageFilter.h>
Inheritance diagram for itk::VectorIndexSelectionCastImageFilter:
Public Types | |
typedef VectorIndexSelectionCastImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Methods | |
void | SetIndex (unsigned int i) |
unsigned int | GetIndex (void) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
VectorIndexSelectionCastImageFilter () | |
virtual | ~VectorIndexSelectionCastImageFilter () |
This filter is templated over the input image type and output image type.
The filter expect the input image pixel type to be a vector and the output image pixel type to be a scalar.
Definition at line 62 of file itkVectorIndexSelectionCastImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 75 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 74 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 70 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 73 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Definition at line 86 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Definition at line 87 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Get/Set methods for the index Definition at line 82 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >. |
|
Get/Set methods for the index Definition at line 81 of file itkVectorIndexSelectionCastImageFilter.h. |