#include <itkVectorIndexSelectionCastImageFilter.h>
Inheritance diagram for itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >:
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 Member Functions | |
void | SetIndex (unsigned int i) |
unsigned int | GetIndex (void) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
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. The only requirement on the type used for representing the vector is that it must provide an operator[].
Definition at line 67 of file itkVectorIndexSelectionCastImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 80 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 79 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 75 of file itkVectorIndexSelectionCastImageFilter.h. Referenced by itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::~VectorIndexSelectionCastImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 78 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Definition at line 98 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Definition at line 99 of file itkVectorIndexSelectionCastImageFilter.h. References itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::Self. |
|
Get/Set methods for the index Definition at line 94 of file itkVectorIndexSelectionCastImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
Get/Set methods for the index Definition at line 86 of file itkVectorIndexSelectionCastImageFilter.h. |