18 #ifndef itkClosingByReconstructionImageFilter_h
19 #define itkClosingByReconstructionImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
79 itkStaticConstMacro(InputImageDimension,
unsigned int,
80 TInputImage::ImageDimension);
81 itkStaticConstMacro(OutputImageDimension,
unsigned int,
82 TOutputImage::ImageDimension);
104 itkSetMacro(FullyConnected,
bool);
105 itkGetConstReferenceMacro(FullyConnected,
bool);
106 itkBooleanMacro(FullyConnected);
113 itkSetMacro(PreserveIntensities,
bool);
114 itkGetConstReferenceMacro(PreserveIntensities,
bool);
115 itkBooleanMacro(PreserveIntensities);
118 #ifdef ITK_USE_CONCEPT_CHECKING
128 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
133 void GenerateInputRequestedRegion() ITK_OVERRIDE;
136 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
138 void GenerateData() ITK_OVERRIDE;
145 bool m_FullyConnected;
146 bool m_PreserveIntensities;
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "itkClosingByReconstructionImageFilter.hxx"
~ClosingByReconstructionImageFilter() override
InputImageType::ConstPointer InputImageConstPointer
Closing by reconstruction of an image.
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
InputImageType::RegionType InputImageRegionType
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::RegionType OutputImageRegionType
ClosingByReconstructionImageFilter Self
TInputImage InputImageType
OutputImageType::PixelType OutputImagePixelType
InputImageType::PixelType InputImagePixelType
OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::Pointer InputImagePointer
#define itkConceptMacro(name, concept)
TOutputImage OutputImageType
Base class for all data objects in ITK.