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
137 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
141 void GenerateInputRequestedRegion() ITK_OVERRIDE;
145 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
150 void GenerateData() ITK_OVERRIDE;
163 unsigned long m_NumberOfIterationsUsed;
165 bool m_FullyConnected;
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "itkDoubleThresholdImageFilter.hxx"
DoubleThresholdImageFilter Self
TInputImage::PixelType InputPixelType
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
TOutputImage::PixelType OutputPixelType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageType InputImageType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
virtual ~DoubleThresholdImageFilter() override
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