 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkGrayscaleGrindPeakImageFilter_h
29 #define itkGrayscaleGrindPeakImageFilter_h
69 template <
typename TInputImage,
typename TOutputImage>
94 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
95 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
109 itkSetMacro(FullyConnected,
bool);
110 itkGetConstReferenceMacro(FullyConnected,
bool);
111 itkBooleanMacro(FullyConnected);
114 #ifdef ITK_USE_CONCEPT_CHECKING
124 PrintSelf(std::ostream & os,
Indent indent)
const override;
130 GenerateInputRequestedRegion()
override;
134 EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output))
override;
139 GenerateData()
override;
142 unsigned long m_NumberOfIterationsUsed{ 1 };
144 bool m_FullyConnected{};
148 #ifndef ITK_MANUAL_INSTANTIATION
149 # include "itkGrayscaleGrindPeakImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::ConstPointer OutputImageConstPointer
Remove local maxima not connected to the boundary of the image.
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
Base class for all data objects in ITK.