18 #ifndef itkConnectedThresholdImageFilter_h
19 #define itkConnectedThresholdImageFilter_h
36 template<
typename TInputImage,
typename TOutputImage >
59 typedef typename InputImageType::IndexType
IndexType;
61 typedef typename InputImageType::SizeType
SizeType;
113 TInputImage::ImageDimension);
115 TOutputImage::ImageDimension);
118 #ifdef ITK_USE_CONCEPT_CHECKING
169 void operator=(const Self &);
173 #ifndef ITK_MANUAL_INSTANTIATION
174 #include "itkConnectedThresholdImageFilter.hxx"
OutputImageType::PixelType OutputImagePixelType
ConnectivityEnumType m_Connectivity
virtual void SetUpperInput(const InputPixelObjectType *)
SmartPointer< const Self > ConstPointer
virtual void SetLower(InputImagePixelType)
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void SetLowerInput(const InputPixelObjectType *)
virtual InputImagePixelType GetUpper() const
std::vector< IndexType > SeedContainerType
static const unsigned int OutputImageDimension
ConnectedThresholdImageFilter()
OutputImagePixelType m_ReplaceValue
void SetSeed(const IndexType &seed)
OutputImageType::Pointer OutputImagePointer
InputImageType::ConstPointer InputImageConstPointer
SeedContainerType m_Seeds
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
InputImagePixelType m_Upper
static const unsigned int InputImageDimension
InputImagePixelType m_Lower
virtual InputImagePixelType GetLower() const
InputImageType::RegionType InputImageRegionType
virtual InputPixelObjectType * GetUpperInput()
void EnlargeOutputRequestedRegion(DataObject *output) override
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...
ConnectedThresholdImageFilter Self
void GenerateInputRequestedRegion() override
void GenerateData() override
InputImageType::PixelType InputImagePixelType
TOutputImage OutputImageType
InputImageType::Pointer InputImagePointer
OutputImageType::PixelType OutputImagePixelType
InputImageType::PixelType InputImagePixelType
OutputImageType::RegionType OutputImageRegionType
TInputImage InputImageType
Base class for filters that take an image as input and produce an image as output.
~ConnectedThresholdImageFilter()
Control indentation during Print() invocation.
virtual void SetUpper(InputImagePixelType)
SimpleDataObjectDecorator< InputImagePixelType > InputPixelObjectType
#define itkConceptMacro(name, concept)
InputImageType::IndexType IndexType
virtual const SeedContainerType & GetSeeds() const
void AddSeed(const IndexType &seed)
Base class for all data objects in ITK.
virtual InputPixelObjectType * GetLowerInput()
InputImageType::SizeType SizeType
ImageToImageFilter< TInputImage, TOutputImage > Superclass