#include <itkCastImageFilter.h>
Public Member Functions | |
Cast () | |
bool | operator!= (const Cast &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Cast &other) const |
virtual | ~Cast () |
Definition at line 43 of file itkCastImageFilter.h.
itk::Functor::Cast< TInput, TOutput >::Cast | ( | ) | [inline] |
Definition at line 46 of file itkCastImageFilter.h.
virtual itk::Functor::Cast< TInput, TOutput >::~Cast | ( | ) | [inline, virtual] |
Definition at line 47 of file itkCastImageFilter.h.
bool itk::Functor::Cast< TInput, TOutput >::operator!= | ( | const Cast< TInput, TOutput > & | ) | const [inline] |
Definition at line 48 of file itkCastImageFilter.h.
TOutput itk::Functor::Cast< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 56 of file itkCastImageFilter.h.
bool itk::Functor::Cast< TInput, TOutput >::operator== | ( | const Cast< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 52 of file itkCastImageFilter.h.