18#ifndef itkBinaryGrindPeakImageFilter_h
19#define itkBinaryGrindPeakImageFilter_h
44template <
typename TInputImage>
84 itkSetMacro(FullyConnected,
bool);
85 itkGetConstReferenceMacro(FullyConnected,
bool);
86 itkBooleanMacro(FullyConnected);
137#ifndef ITK_MANUAL_INSTANTIATION
138# include "itkBinaryGrindPeakImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
static constexpr unsigned int InputImageDimension
typename InputImageType::RegionType InputImageRegionType
BinaryGrindPeakImageFilter Self
TInputImage OutputImageType
ImageToImageFilter< TInputImage, TInputImage > Superclass
typename OutputImageType::RegionType OutputImageRegionType
~BinaryGrindPeakImageFilter() override=default
InputImagePixelType m_BackgroundValue
static constexpr unsigned int OutputImageDimension
InputImagePixelType m_ForegroundValue
void PrintSelf(std::ostream &os, Indent indent) const override
void EnlargeOutputRequestedRegion(DataObject *output) override
void GenerateInputRequestedRegion() override
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::PixelType OutputImagePixelType
void GenerateData() override
typename InputImageType::ConstPointer InputImageConstPointer
typename OutputImageType::ConstPointer OutputImageConstPointer
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
BinaryGrindPeakImageFilter()
typename InputImageType::PixelType InputImagePixelType
Base class for all data objects in ITK.
Control indentation during Print() invocation.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....