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

#include <itkCastImageFilter.h>

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 ()=default
 
bool operator!= (const Cast &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Cast &other) const
 
virtual ~Cast ()=default
 

Constructor & Destructor Documentation

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

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: