18 #ifndef itkNeighborhoodConnectedImageFilter_h
19 #define itkNeighborhoodConnectedImageFilter_h
35 template<
typename TInputImage,
typename TOutputImage >
65 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
101 itkStaticConstMacro(InputImageDimension,
unsigned int,
102 TInputImage::ImageDimension);
103 itkStaticConstMacro(OutputImageDimension,
unsigned int,
104 TOutputImage::ImageDimension);
107 #ifdef ITK_USE_CONCEPT_CHECKING
135 void GenerateInputRequestedRegion() ITK_OVERRIDE;
138 void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
140 void GenerateData() ITK_OVERRIDE;
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkNeighborhoodConnectedImageFilter.hxx"
TInputImage InputImageType
std::vector< IndexType > m_Seeds
InputImagePixelType m_Upper
InputImageType::SizeType InputImageSizeType
OutputImageType::PixelType OutputImagePixelType
~NeighborhoodConnectedImageFilter() override
Base class for all process objects that output image data.
OutputImageType::RegionType OutputImageRegionType
InputImageType::RegionType InputImageRegionType
InputImageType::IndexType IndexType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType
NeighborhoodConnectedImageFilter Self
InputImagePixelType m_Lower
InputImageSizeType m_Radius
InputImageType::PixelType InputImagePixelType
OutputImagePixelType m_ReplaceValue
SmartPointer< const Self > ConstPointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
InputImageType::Pointer InputImagePointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
Label pixels that are connected to a seed and lie within a neighborhood.
OutputImageType::Pointer OutputImagePointer
Base class for all data objects in ITK.
InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType