18 #ifndef __itkAnchorOpenCloseLine_h
19 #define __itkAnchorOpenCloseLine_h
35 template<
class TInputPix,
class TCompare >
48 void PrintSelf(std::ostream & os,
Indent indent)
const;
52 void DoLine(std::vector<InputImagePixelType> & buffer,
unsigned bufflength);
54 void SetSize(
unsigned int size)
64 bool StartLine(std::vector<InputImagePixelType> & buffer,
67 unsigned & outRightP);
69 void FinishLine(std::vector<InputImagePixelType> & buffer,
72 unsigned & outRightP);
77 return ! compare( a, b );
83 return compare( a, b ) || a == b;
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkAnchorOpenCloseLine.hxx"