28 #ifndef __itkThresholdImageFilter_h
29 #define __itkThresholdImageFilter_h
69 template<
typename TImage >
86 typedef typename TImage::PixelType
PixelType;
89 #ifdef ITK_USE_CONCEPT_CHECKING
104 itkGetConstMacro(OutsideValue,
PixelType);
165 #ifndef ITK_MANUAL_INSTANTIATION
166 #include "itkThresholdImageFilter.hxx"
InputImageType::PixelType InputImagePixelType
OutputImageType::RegionType OutputImageRegionType
OutputImageType::PixelType OutputImagePixelType
Light weight base class for most itk classes.
ThresholdImageFilter Self
InputImageType::RegionType InputImageRegionType
void ThresholdAbove(const PixelType &thresh)
Set image values to a user-specified value if they are below, above, or between simple threshold valu...
void ThresholdBelow(const PixelType &thresh)
SmartPointer< Self > Pointer
void ThresholdOutside(const PixelType &lower, const PixelType &upper)
void operator=(const Self &)
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
TImage::PixelType PixelType
InputImageType::ConstPointer InputImagePointer
OutputImageType::Pointer OutputImagePointer
InPlaceImageFilter< TImage, TImage > Superclass
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const
Base class for filters that take an image as input and overwrite that image as the output...
#define itkConceptMacro(name, concept)
unsigned int ThreadIdType