18 #ifndef __itkAnchorErodeDilateLine_h
19 #define __itkAnchorErodeDilateLine_h
36 template<
class TInputPix,
class TCompare >
44 void DoLine(std::vector<TInputPix> & buffer, std::vector<TInputPix> & inbuffer,
47 void SetSize(
unsigned int size)
52 void PrintSelf(std::ostream & os,
Indent indent)
const;
64 bool StartLine(std::vector<TInputPix> & buffer,
65 std::vector<TInputPix> & inbuffer,
73 void FinishLine(std::vector<TInputPix> & buffer,
74 std::vector<TInputPix> & inbuffer,
82 bool UseVectorBasedHistogram()
97 return compare( a, b );
103 return compare( a, b ) || a == b;
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkAnchorErodeDilateLine.hxx"