18 #ifndef itkAnchorErodeDilateLine_h
19 #define itkAnchorErodeDilateLine_h
36 template <
typename TInputPix,
typename TCompare>
45 DoLine(std::vector<TInputPix> & buffer, std::vector<TInputPix> & inbuffer,
unsigned bufflength);
54 PrintSelf(std::ostream & os,
Indent indent)
const;
65 StartLine(std::vector<TInputPix> & buffer,
66 std::vector<TInputPix> & inbuffer,
75 FinishLine(std::vector<TInputPix> & buffer,
76 std::vector<TInputPix> & inbuffer,
112 #ifndef ITK_MANUAL_INSTANTIATION
113 # include "itkAnchorErodeDilateLine.hxx"