18#ifndef itkAreaOpeningImageFilter_h
19#define itkAreaOpeningImageFilter_h
47template <
typename TInputImage,
48 typename TOutputImage,
49 typename TAttribute =
typename TInputImage::SpacingType::ValueType>
54 std::greater<typename TInputImage::PixelType>>
64 std::greater<typename TInputImage::PixelType>>;
79 using SizeType =
typename TInputImage::SizeType;
93 itkSetMacro(UseImageSpacing,
bool);
94 itkGetConstReferenceMacro(UseImageSpacing,
bool);
95 itkBooleanMacro(UseImageSpacing);
109 const auto & spacing = this->
GetInput()->GetSpacing();
129 itkPrintSelfBooleanMacro(UseImageSpacing);
typename TInputImage::InternalPixelType InputInternalPixelType
void GenerateData() override
SmartPointer< Self > Pointer
typename TInputImage::IndexType IndexType
typename TInputImage::OffsetType OffsetType
SmartPointer< const Self > ConstPointer
typename TInputImage::PixelType InputPixelType
static constexpr unsigned int ImageDimension
~AreaOpeningImageFilter() override=default
typename TInputImage::SizeType SizeType
AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< typename TInputImage::PixelType > > Superclass
typename TOutputImage::InternalPixelType OutputInternalPixelType
AreaOpeningImageFilter Self
typename TOutputImage::PixelType OutputPixelType
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
AttributeType m_AttributeValuePerPixel
void PrintSelf(std::ostream &os, Indent indent) const override
AttributeMorphologyBaseImageFilter()
const InputImageType * GetInput() const
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....