28 #ifndef itkGrayscaleGrindPeakImageFilter_h
29 #define itkGrayscaleGrindPeakImageFilter_h
69 template<
typename TInputImage,
typename TOutputImage >
93 itkStaticConstMacro(InputImageDimension,
unsigned int,
94 TInputImage::ImageDimension);
95 itkStaticConstMacro(OutputImageDimension,
unsigned int,
96 TOutputImage::ImageDimension);
112 itkSetMacro(FullyConnected,
bool);
113 itkGetConstReferenceMacro(FullyConnected,
bool);
114 itkBooleanMacro(FullyConnected);
117 #ifdef ITK_USE_CONCEPT_CHECKING
127 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
132 void GenerateInputRequestedRegion() ITK_OVERRIDE;
135 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
139 void GenerateData() ITK_OVERRIDE;
144 unsigned long m_NumberOfIterationsUsed;
146 bool m_FullyConnected;
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "itkGrayscaleGrindPeakImageFilter.hxx"
TOutputImage OutputImageType
InputImageType::Pointer InputImagePointer
~GrayscaleGrindPeakImageFilter() override
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
OutputImageType::RegionType OutputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::PixelType OutputImagePixelType
OutputImageType::ConstPointer OutputImageConstPointer
InputImageType::PixelType InputImagePixelType
GrayscaleGrindPeakImageFilter Self
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
Remove local maxima not connected to the boundary of the image.
OutputImageType::Pointer OutputImagePointer
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
InputImageType::RegionType InputImageRegionType