18#ifndef itkIsolatedConnectedImageFilter_h
19#define itkIsolatedConnectedImageFilter_h
71template <
typename TInputImage,
typename TOutputImage>
164#if !defined(ITK_LEGACY_REMOVE)
172 this->SetUpper(upperValue);
178 return this->GetUpper();
200 itkSetMacro(FindUpperThreshold,
bool);
201 itkBooleanMacro(FindUpperThreshold);
202 itkGetConstReferenceMacro(FindUpperThreshold,
bool);
207 itkGetConstReferenceMacro(ThresholdingFailed,
bool);
209#ifdef ITK_USE_CONCEPT_CHECKING
229 bool m_FindUpperThreshold{};
230 bool m_ThresholdingFailed{};
245#ifndef ITK_MANUAL_INSTANTIATION
246# include "itkIsolatedConnectedImageFilter.hxx"
Base class for all data objects in ITK.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Label pixels that are connected to one set of seeds but not another.
typename NumericTraits< InputImagePixelType >::RealType InputRealType
void AddSeed1(const IndexType &seed)
typename InputImageType::IndexType IndexType
void EnlargeOutputRequestedRegion(DataObject *output) override
virtual const SeedsContainerType & GetSeeds1() const
void GenerateData() override
void SetSeed1(const IndexType &seed)
void SetSeed2(const IndexType &seed)
virtual const SeedsContainerType & GetSeeds2() const
void GenerateInputRequestedRegion() override
typename InputImageType::SizeType SizeType
std::vector< IndexType > SeedsContainerType
void PrintSelf(std::ostream &os, Indent indent) const override
void AddSeed2(const IndexType &seed)
IsolatedConnectedImageFilter()
~IsolatedConnectedImageFilter() override=default
Define additional traits for native types such as int or float.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....