18 #ifndef __itkCastImageFilter_h
19 #define __itkCastImageFilter_h
35 template<
class TInput,
class TOutput >
48 return !( *
this != other );
53 return static_cast< TOutput
>( A );
96 template<
class TInputImage,
class TOutputImage >
100 typename TInputImage::PixelType,
101 typename TOutputImage::PixelType > >
108 typename TInputImage::PixelType,
109 typename TOutputImage::PixelType >
124 #ifdef ITK_USE_CONCEPT_CHECKING
128 typename TOutputImage::PixelType > ) );
143 void operator=(
const Self &);
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "itkCastImageFilter.hxx"