24#include "boost/format.hpp"
33 if (_y <
b._y)
return true;
34 if (_y >
b._y)
return false;
36 if (_x0 <
b._x0)
return true;
37 if (_x0 >
b._x0)
return false;
39 if (_x1 <
b._x1)
return true;
A range of pixels within one row of an Image.
bool operator<(const Span &b) const noexcept
std::string toString() const
Return a string-representation of a Span.
A base class for image defects.