Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Functor::Cast< TInput, TOutput > Class Template Reference

#include <itkCastImageFilter.h>

List of all members.


Detailed Description

template<class TInput, class TOutput>
class itk::Functor::Cast< TInput, TOutput >

Definition at line 48 of file itkCastImageFilter.h.

Public Member Functions

 Cast ()
bool operator!= (const Cast &) const
TOutput operator() (const TInput &A)
bool operator== (const Cast &other) const
virtual ~Cast ()


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::Cast< TInput, TOutput >::Cast (  )  [inline]

Definition at line 51 of file itkCastImageFilter.h.

template<class TInput, class TOutput>
virtual itk::Functor::Cast< TInput, TOutput >::~Cast (  )  [inline, virtual]

Definition at line 52 of file itkCastImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput>
bool itk::Functor::Cast< TInput, TOutput >::operator!= ( const Cast< TInput, TOutput > &   )  const [inline]

Definition at line 53 of file itkCastImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Functor::Cast< TInput, TOutput >::operator() ( const TInput &  A  )  [inline]

Definition at line 61 of file itkCastImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::Cast< TInput, TOutput >::operator== ( const Cast< TInput, TOutput > &  other  )  const [inline]

Definition at line 57 of file itkCastImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000