18#ifndef itkAnchorCloseImageFilter_h
19#define itkAnchorCloseImageFilter_h
26template <
typename TImage,
typename TKernel>
30 std::greater<typename TImage::PixelType>,
31 std::less<typename TImage::PixelType>>
40 std::greater<typename TImage::PixelType>,
41 std::less<typename TImage::PixelType>>;
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
~AnchorCloseImageFilter() override=default
AnchorOpenCloseImageFilter< TImage, TKernel, std::greater< typename TImage::PixelType >, std::less< typename TImage::PixelType > > Superclass
AnchorCloseImageFilter Self
AnchorOpenCloseImageFilter()
InputImagePixelType m_Boundary2
InputImagePixelType m_Boundary1
static constexpr T NonpositiveMin()
static constexpr T max(const T &)
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....