18 #ifndef __itkBinaryCrossStructuringElement_h
19 #define __itkBinaryCrossStructuringElement_h
44 template<
class TPixel,
unsigned int VDimension = 2,
45 class TAllocator = NeighborhoodAllocator< TPixel > >
58 itkStaticConstMacro(NeighborhoodDimension,
unsigned int, VDimension);
66 typedef typename AllocatorType::iterator
Iterator;
70 typedef typename Superclass::SizeType
SizeType;
97 Superclass::operator=(other);
103 void CreateStructuringElement();
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkBinaryCrossStructuringElement.hxx"