28 #ifndef __itkThresholdImageFilter_h
29 #define __itkThresholdImageFilter_h
54 template<
class TImage >
71 typedef typename TImage::PixelType
PixelType;
74 #ifdef ITK_USE_CONCEPT_CHECKING
90 itkGetConstMacro(OutsideValue,
PixelType);
93 void ThresholdAbove(
const PixelType & thresh);
96 void ThresholdBelow(
const PixelType & thresh);
125 void PrintSelf(std::ostream & os,
Indent indent)
const;
138 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
143 void operator=(
const Self &);
151 #ifndef ITK_MANUAL_INSTANTIATION
152 #include "itkThresholdImageFilter.hxx"