ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::Cast< TInput, TOutput > Class Template Reference

#include <itkCastImageFilter.h>

+ Inheritance diagram for itk::Functor::Cast< TInput, TOutput >:

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 66 of file itkCastImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 69 of file itkCastImageFilter.h.

template<class TInput, class TOutput>
virtual itk::Functor::Cast< TInput, TOutput >::~Cast ( )
inlinevirtual

Definition at line 70 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 71 of file itkCastImageFilter.h.

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

Definition at line 81 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 76 of file itkCastImageFilter.h.


The documentation for this class was generated from the following file: