18 #ifndef __itkCastImageFilter_h
19 #define __itkCastImageFilter_h
65 template<
class TInput,
class TOutput >
78 return !( *
this != other );
83 return static_cast< TOutput
>( A );
88 template<
class TInputImage,
class TOutputImage >
93 typename TInputImage::PixelType,
94 typename TOutputImage::PixelType > >
101 typename TInputImage::PixelType,
102 typename TOutputImage::PixelType >
114 #ifdef ITK_USE_CONCEPT_CHECKING
118 typename TOutputImage::PixelType > ) );
129 if ( this->GetInPlace() && this->CanRunInPlace() )
133 this->AllocateOutputs();
137 Superclass::GenerateData();
142 void operator=(
const Self &);