18 #ifndef __itkBinaryBallStructuringElement_h
19 #define __itkBinaryBallStructuringElement_h
57 template<
class TPixel,
unsigned int VDimension = 2,
58 class TAllocator = NeighborhoodAllocator< TPixel > >
71 itkStaticConstMacro(NeighborhoodDimension,
unsigned int, VDimension);
79 typedef typename AllocatorType::iterator
Iterator;
83 typedef typename Superclass::SizeType
SizeType;
106 Superclass::operator=(other);
112 void CreateStructuringElement();
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkBinaryBallStructuringElement.hxx"