18 #ifndef itkBinaryBallStructuringElement_h
19 #define itkBinaryBallStructuringElement_h
61 template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
73 static constexpr
unsigned int NeighborhoodDimension = VDimension;
81 using Iterator =
typename AllocatorType::iterator;
109 Superclass::operator=(other);
116 CreateStructuringElement();
123 #ifndef ITK_MANUAL_INSTANTIATION
124 # include "itkBinaryBallStructuringElement.hxx"