18 #ifndef itkBinaryGrindPeakImageFilter_h
19 #define itkBinaryGrindPeakImageFilter_h
44 template<
typename TInputImage>
68 itkStaticConstMacro(InputImageDimension,
unsigned int,
69 TInputImage::ImageDimension);
70 itkStaticConstMacro(OutputImageDimension,
unsigned int,
71 OutputImageType::ImageDimension);
87 itkSetMacro(FullyConnected,
bool);
88 itkGetConstReferenceMacro(FullyConnected,
bool);
89 itkBooleanMacro(FullyConnected);
92 #ifdef ITK_USE_CONCEPT_CHECKING
116 void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
121 void GenerateInputRequestedRegion() ITK_OVERRIDE;
124 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output)) ITK_OVERRIDE;
128 void GenerateData() ITK_OVERRIDE;
137 bool m_FullyConnected;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkBinaryGrindPeakImageFilter.hxx"
~BinaryGrindPeakImageFilter() override
TInputImage InputImageType
ImageToImageFilter< TInputImage, TInputImage > Superclass
Light weight base class for most itk classes.
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< Self > Pointer
OutputImageType::ConstPointer OutputImageConstPointer
Remove the objects not connected to the boundary of the image.
BinaryGrindPeakImageFilter Self
TInputImage OutputImageType
InputImageType::Pointer InputImagePointer
OutputImageType::PixelType OutputImagePixelType
SmartPointer< const Self > ConstPointer
OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType