18 #ifndef __itkBinaryThresholdImageFilter_h
19 #define __itkBinaryThresholdImageFilter_h
65 template<
class TInput,
class TOutput >
102 return !( *
this != other );
122 template<
class TInputImage,
class TOutputImage >
126 Functor::BinaryThreshold<
127 typename TInputImage::PixelType,
128 typename TOutputImage::PixelType > >
135 typename TInputImage::PixelType,
136 typename TOutputImage::PixelType >
193 #ifdef ITK_USE_CONCEPT_CHECKING
210 void PrintSelf(std::ostream & os,
Indent indent)
const;
214 virtual void BeforeThreadedGenerateData();
218 void operator=(
const Self &);
225 #ifndef ITK_MANUAL_INSTANTIATION
226 #include "itkBinaryThresholdImageFilter.hxx"