#include <itkVectorIndexSelectionCastImageFilter.h>
Public Member Functions | |
unsigned int | GetIndex () const |
bool | operator!= (const VectorIndexSelectionCast &other) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const VectorIndexSelectionCast &other) const |
void | SetIndex (unsigned int i) |
VectorIndexSelectionCast () | |
~VectorIndexSelectionCast () |
Definition at line 28 of file itkVectorIndexSelectionCastImageFilter.h.
itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::VectorIndexSelectionCast | ( | ) | [inline] |
Definition at line 31 of file itkVectorIndexSelectionCastImageFilter.h.
itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::~VectorIndexSelectionCast | ( | ) | [inline] |
Definition at line 32 of file itkVectorIndexSelectionCastImageFilter.h.
unsigned int itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::GetIndex | ( | ) | const [inline] |
Definition at line 34 of file itkVectorIndexSelectionCastImageFilter.h.
bool itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::operator!= | ( | const VectorIndexSelectionCast< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 37 of file itkVectorIndexSelectionCastImageFilter.h.
TOutput itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 49 of file itkVectorIndexSelectionCastImageFilter.h.
bool itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::operator== | ( | const VectorIndexSelectionCast< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 45 of file itkVectorIndexSelectionCastImageFilter.h.
void itk::Functor::VectorIndexSelectionCast< TInput, TOutput >::SetIndex | ( | unsigned int | i | ) | [inline] |
Definition at line 35 of file itkVectorIndexSelectionCastImageFilter.h.