18 #ifndef itkConnectedThresholdImageFilter_h
19 #define itkConnectedThresholdImageFilter_h
36 template<
typename TInputImage,
typename TOutputImage >
70 void PrintSelf(std::ostream & os,
Indent indent)
const override;
114 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
115 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
117 #ifdef ITK_USE_CONCEPT_CHECKING
140 } ConnectivityEnumType;
144 itkSetEnumMacro(Connectivity, ConnectivityEnumType);
145 itkGetEnumMacro(Connectivity, ConnectivityEnumType);
153 void GenerateInputRequestedRegion()
override;
156 void EnlargeOutputRequestedRegion(
DataObject *output)
override;
158 void GenerateData()
override;
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "itkConnectedThresholdImageFilter.hxx"
typename std::vector< IndexType > SeedContainerType
typename OutputImageType::Pointer OutputImagePointer
ConnectivityEnumType m_Connectivity
typename InputImageType::SizeType SizeType
OutputImagePixelType m_ReplaceValue
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SeedContainerType m_Seeds
Base class for all process objects that output image data.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
Label pixels that are connected to a seed and lie within a range of values.
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
typename InputImageType::IndexType IndexType
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer
Base class for all data objects in ITK.