18#ifndef itkDoubleThresholdImageFilter_h
19#define itkDoubleThresholdImageFilter_h
53template <
typename TInputImage,
typename TOutputImage>
117 itkSetMacro(FullyConnected,
bool);
118 itkGetConstReferenceMacro(FullyConnected,
bool);
119 itkBooleanMacro(FullyConnected);
164#ifndef ITK_MANUAL_INSTANTIATION
165# include "itkDoubleThresholdImageFilter.hxx"
Base class for all data objects in ITK.
DoubleThresholdImageFilter Self
InputPixelType m_Threshold1
typename TInputImage::PixelType InputPixelType
void GenerateData() override
DoubleThresholdImageFilter()
void EnlargeOutputRequestedRegion(DataObject *output) override
InputPixelType m_Threshold2
InputPixelType m_Threshold3
~DoubleThresholdImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateInputRequestedRegion() override
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
unsigned long m_NumberOfIterationsUsed
OutputPixelType m_InsideValue
OutputPixelType m_OutsideValue
typename TOutputImage::PixelType OutputPixelType
InputPixelType m_Threshold4
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
Control indentation during Print() invocation.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....