18 #ifndef __itkClampImageFilter_h
19 #define __itkClampImageFilter_h
50 template<
class TInput,
class TOutput>
62 return !(*
this != other);
66 double dA =
static_cast< double >( A );
82 return static_cast< TOutput
>( A );
87 template <
class TInputImage,
class TOutputImage>
92 typename TInputImage::PixelType,
93 typename TOutputImage::PixelType > >
100 typename TInputImage::PixelType,
101 typename TOutputImage::PixelType > >
113 #ifdef ITK_USE_CONCEPT_CHECKING
117 typename TOutputImage::PixelType >));
134 if( this->GetInPlace() && this->CanRunInPlace() )
138 this->AllocateOutputs();
142 Superclass::GenerateData();
147 void operator=(
const Self&);