18 #ifndef itkAnchorOpenCloseLine_h
19 #define itkAnchorOpenCloseLine_h
35 template <
typename TInputPix,
typename TCompare>
47 PrintSelf(std::ostream & os,
Indent indent)
const;
52 DoLine(std::vector<InputImagePixelType> & buffer,
unsigned bufflength);
66 StartLine(std::vector<InputImagePixelType> & buffer,
69 unsigned & outRightP);
72 FinishLine(std::vector<InputImagePixelType> & buffer,
75 unsigned & outRightP);
81 return !compare(a, b);
88 return compare(a, b) || a == b;
94 #ifndef ITK_MANUAL_INSTANTIATION
95 # include "itkAnchorOpenCloseLine.hxx"