18 #ifndef __itkDoubleThresholdImageFilter_h
19 #define __itkDoubleThresholdImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
116 itkSetMacro(FullyConnected,
bool);
117 itkGetConstReferenceMacro(FullyConnected,
bool);
118 itkBooleanMacro(FullyConnected);
121 #ifdef ITK_USE_CONCEPT_CHECKING
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "itkDoubleThresholdImageFilter.hxx"
InputPixelType m_Threshold2
OutputPixelType m_OutsideValue
DoubleThresholdImageFilter Self
TInputImage::PixelType InputPixelType
void PrintSelf(std::ostream &os, Indent indent) const
DoubleThresholdImageFilter()
InputImageType::Pointer InputImagePointer
InputPixelType m_Threshold3
OutputPixelType m_InsideValue
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
TOutputImage::PixelType OutputPixelType
unsigned long m_NumberOfIterationsUsed
InputPixelType m_Threshold4
virtual ~DoubleThresholdImageFilter()
Superclass::InputImagePointer InputImagePointer
void GenerateInputRequestedRegion()
TInputImage InputImageType
Superclass::InputImageType InputImageType
void operator=(const Self &)
InputPixelType m_Threshold1
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
#define itkConceptMacro(name, concept)
Binarize an input image using double thresholding.
Base class for all data objects in ITK.
void EnlargeOutputRequestedRegion(DataObject *)
SmartPointer< const Self > ConstPointer