18 #ifndef itkBinaryGrindPeakImageFilter_h
19 #define itkBinaryGrindPeakImageFilter_h
44 template<
typename TInputImage>
70 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
71 static constexpr
unsigned int OutputImageDimension = OutputImageType::ImageDimension;
86 itkSetMacro(FullyConnected,
bool);
87 itkGetConstReferenceMacro(FullyConnected,
bool);
88 itkBooleanMacro(FullyConnected);
91 #ifdef ITK_USE_CONCEPT_CHECKING
115 void PrintSelf(std::ostream& os,
Indent indent)
const override;
120 void GenerateInputRequestedRegion()
override;
123 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output))
override;
127 void GenerateData()
override;
134 bool m_FullyConnected{
false };
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "itkBinaryGrindPeakImageFilter.hxx"
typename InputImageType::ConstPointer InputImageConstPointer
Light weight base class for most itk classes.
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
typename InputImageType::Pointer InputImagePointer
Remove the objects not connected to the boundary of the image.
typename InputImageType::RegionType InputImageRegionType
TInputImage OutputImageType
InputImagePixelType m_ForegroundValue
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
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)
Base class for all data objects in ITK.
typename OutputImageType::PixelType OutputImagePixelType
InputImagePixelType m_BackgroundValue