18 #ifndef itkClosingByReconstructionImageFilter_h
19 #define itkClosingByReconstructionImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
80 TInputImage::ImageDimension);
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
142 void operator=(const Self &);
151 #ifndef ITK_MANUAL_INSTANTIATION
152 #include "itkClosingByReconstructionImageFilter.hxx"
InputImageType::ConstPointer InputImageConstPointer
static const unsigned int OutputImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
Closing by reconstruction of an image.
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
void GenerateInputRequestedRegion() override
InputImageType::RegionType InputImageRegionType
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::RegionType OutputImageRegionType
bool m_PreserveIntensities
ClosingByReconstructionImageFilter Self
TInputImage InputImageType
static const unsigned int InputImageDimension
OutputImageType::PixelType OutputImagePixelType
InputImageType::PixelType InputImagePixelType
void EnlargeOutputRequestedRegion(DataObject *) override
OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
void GenerateData() override
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
~ClosingByReconstructionImageFilter()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::Pointer InputImagePointer
ClosingByReconstructionImageFilter()
#define itkConceptMacro(name, concept)
TOutputImage OutputImageType
Base class for all data objects in ITK.