28 #ifndef itkThresholdImageFilter_h
29 #define itkThresholdImageFilter_h
69 template<
typename TImage >
91 #ifdef ITK_USE_CONCEPT_CHECKING
106 itkGetConstMacro(OutsideValue,
PixelType);
109 void ThresholdAbove(
const PixelType & thresh);
112 void ThresholdBelow(
const PixelType & thresh);
142 void PrintSelf(std::ostream & os,
Indent indent)
const override;
163 #ifndef ITK_MANUAL_INSTANTIATION
164 #include "itkThresholdImageFilter.hxx"
Light weight base class for most itk classes.
Set image values to a user-specified value if they are below, above, or between simple threshold valu...
typename InputImageType::ConstPointer InputImagePointer
typename TImage::PixelType PixelType
typename OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
typename InputImageType::RegionType InputImageRegionType
typename OutputImageType::PixelType OutputImagePixelType
Base class for filters that take an image as input and overwrite that image as the output...
ImageBaseType::RegionType RegionType
typename OutputImageType::Pointer OutputImagePointer
#define itkConceptMacro(name, concept)
typename InputImageType::PixelType InputImagePixelType