18 #ifndef itkConnectedThresholdImageFilter_h
19 #define itkConnectedThresholdImageFilter_h
36 template<
typename TInputImage,
typename TOutputImage >
68 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
112 itkStaticConstMacro(InputImageDimension,
unsigned int,
113 TInputImage::ImageDimension);
114 itkStaticConstMacro(OutputImageDimension,
unsigned int,
115 TOutputImage::ImageDimension);
118 #ifdef ITK_USE_CONCEPT_CHECKING
141 } ConnectivityEnumType;
145 itkSetEnumMacro(Connectivity, ConnectivityEnumType);
146 itkGetEnumMacro(Connectivity, ConnectivityEnumType);
154 void GenerateInputRequestedRegion() ITK_OVERRIDE;
157 void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
159 void GenerateData() ITK_OVERRIDE;
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkConnectedThresholdImageFilter.hxx"
OutputImageType::PixelType OutputImagePixelType
SmartPointer< const Self > ConstPointer
std::vector< IndexType > SeedContainerType
OutputImageType::Pointer OutputImagePointer
InputImageType::ConstPointer InputImageConstPointer
~ConnectedThresholdImageFilter() override
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
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
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.
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
SimpleDataObjectDecorator< InputImagePixelType > InputPixelObjectType
#define itkConceptMacro(name, concept)
InputImageType::IndexType IndexType
Base class for all data objects in ITK.
InputImageType::SizeType SizeType
ImageBaseType::IndexType IndexType
ImageToImageFilter< TInputImage, TOutputImage > Superclass