7#ifndef __KIS_FILL_INTERVAL_H
8#define __KIS_FILL_INTERVAL_H
11#include <boost/operators.hpp>
41 return end -
start + 1;
57 dbg.nospace() <<
"KisFillInterval(" << i.
start <<
".." << i.
end <<
"; " << i.
row <<
")";
bool operator==(const KisFillInterval &rhs) const
KisFillInterval(int _start, int _end, int _row)
QDebug operator<<(QDebug dbg, const KisFillInterval &i)