18#ifndef itkNeighborhoodConnectedImageFilter_h
19#define itkNeighborhoodConnectedImageFilter_h
36template <
typename TInputImage,
typename TOutputImage>
58 using IndexType =
typename InputImageType::IndexType;
140#ifndef ITK_MANUAL_INSTANTIATION
141# include "itkNeighborhoodConnectedImageFilter.hxx"
Base class for all data objects in ITK.
Control indentation during Print() invocation.
~NeighborhoodConnectedImageFilter() override=default
void SetSeed(const IndexType &seed)
SmartPointer< const Self > ConstPointer
NeighborhoodConnectedImageFilter()
static constexpr unsigned int InputImageDimension
std::vector< IndexType > m_Seeds
TInputImage InputImageType
InputImagePixelType m_Upper
NeighborhoodConnectedImageFilter Self
void GenerateData() override
static constexpr unsigned int OutputImageDimension
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::PixelType InputImagePixelType
void GenerateInputRequestedRegion() override
void PrintSelf(std::ostream &os, Indent indent) const override
void EnlargeOutputRequestedRegion(DataObject *output) override
InputImagePixelType m_Lower
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
SmartPointer< Self > Pointer
OutputImagePixelType m_ReplaceValue
typename InputImageType::SizeType InputImageSizeType
void AddSeed(const IndexType &seed)
ImageToImageFilter< TInputImage, TOutputImage > Superclass
typename InputImageType::IndexType IndexType
InputImageSizeType m_Radius
TOutputImage OutputImageType
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....