18#ifndef itkAnchorOpenCloseLine_h
19#define itkAnchorOpenCloseLine_h
35template <
typename TInputPix,
typename TCompare>
51 DoLine(std::vector<InputImagePixelType> & buffer,
unsigned int bufflength);
65 StartLine(std::vector<InputImagePixelType> & buffer,
67 unsigned int & outLeftP,
68 unsigned int & outRightP);
73 unsigned int & outLeftP,
74 unsigned int & outRightP);
80 return !compare(a, b);
87 return compare(a, b) || a == b;
93#ifndef ITK_MANUAL_INSTANTIATION
94# include "itkAnchorOpenCloseLine.hxx"
Function::MorphologyHistogram< InputImagePixelType, TCompare1 > HistogramType
bool Compare2(const InputImagePixelType &a, const InputImagePixelType &b)
void DoLine(std::vector< InputImagePixelType > &buffer, unsigned int bufflength)
bool Compare1(const InputImagePixelType &a, const InputImagePixelType &b)
void SetSize(unsigned int size)
void PrintSelf(std::ostream &os, Indent indent) const
InputImagePixelType InputImagePixelType
void FinishLine(std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned int &outLeftP, unsigned int &outRightP)
~AnchorOpenCloseLine()=default
bool StartLine(std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned int &outLeftP, unsigned int &outRightP)
Control indentation during Print() invocation.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....