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
154 void operator=(const Self &);
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "itkDoubleThresholdImageFilter.hxx"
InputPixelType m_Threshold2
OutputPixelType m_OutsideValue
DoubleThresholdImageFilter Self
TInputImage::PixelType InputPixelType
DoubleThresholdImageFilter()
InputImageType::Pointer InputImagePointer
InputPixelType m_Threshold3
OutputPixelType m_InsideValue
void GenerateData() override
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
void EnlargeOutputRequestedRegion(DataObject *) override
TOutputImage::PixelType OutputPixelType
unsigned long m_NumberOfIterationsUsed
void PrintSelf(std::ostream &os, Indent indent) const override
InputPixelType m_Threshold4
virtual ~DoubleThresholdImageFilter()
Superclass::InputImagePointer InputImagePointer
TInputImage InputImageType
Superclass::InputImageType InputImageType
InputPixelType m_Threshold1
Base class for filters that take an image as input and produce an image as output.
void GenerateInputRequestedRegion() override
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.
SmartPointer< const Self > ConstPointer