ITK  4.6.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::Cast< TInput, TOutput > Class Template Reference

#include <itkCastImageFilter.h>

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

Detailed Description

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

Deprecated:
This functor is no longer used by the CastImageFilter.

Definition at line 36 of file 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 ()
 

Constructor & Destructor Documentation

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

Definition at line 39 of file itkCastImageFilter.h.

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

Definition at line 40 of file itkCastImageFilter.h.

Member Function Documentation

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

Definition at line 41 of file itkCastImageFilter.h.

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

Definition at line 51 of file itkCastImageFilter.h.

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

Definition at line 46 of file itkCastImageFilter.h.


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