28#ifndef itkGrayscaleGrindPeakImageFilter_h
29#define itkGrayscaleGrindPeakImageFilter_h
68template <
typename TInputImage,
typename TOutputImage>
109 itkSetMacro(FullyConnected,
bool);
110 itkGetConstReferenceMacro(FullyConnected,
bool);
111 itkBooleanMacro(FullyConnected);
143#ifndef ITK_MANUAL_INSTANTIATION
144# include "itkGrayscaleGrindPeakImageFilter.hxx"
Base class for all data objects in ITK.
typename OutputImageType::ConstPointer OutputImageConstPointer
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer
void EnlargeOutputRequestedRegion(DataObject *output) override
void PrintSelf(std::ostream &os, Indent indent) const override
GrayscaleGrindPeakImageFilter()
GrayscaleGrindPeakImageFilter Self
typename InputImageType::RegionType InputImageRegionType
unsigned long m_NumberOfIterationsUsed
static constexpr unsigned int InputImageDimension
~GrayscaleGrindPeakImageFilter() override=default
typename OutputImageType::Pointer OutputImagePointer
void GenerateData() override
SmartPointer< Self > Pointer
static constexpr unsigned int OutputImageDimension
void GenerateInputRequestedRegion() override
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::ConstPointer InputImageConstPointer
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....