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 int bufflength);
66 StartLine(std::vector<InputImagePixelType> & buffer,
68 unsigned int & outLeftP,
69 unsigned int & outRightP);
72 FinishLine(std::vector<InputImagePixelType> & buffer,
74 unsigned int & outLeftP,
75 unsigned int & outRightP);
81 return !compare(a, b);
88 return compare(a, b) || a == b;
94 #ifndef ITK_MANUAL_INSTANTIATION
95 # include "itkAnchorOpenCloseLine.hxx"