#include <numeric>
#include <boost/limits.hpp>
#include <boost/operators.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <KisRegion.h>
Go to the source code of this file.
◆ LF_SANITY_ASSERT
| #define LF_SANITY_ASSERT |
( |
| x | ) |
|
◆ LF_SANITY_ASSERT_RECOVER
| #define LF_SANITY_ASSERT_RECOVER |
( |
| x | ) |
if (0) |
◆ operator<<() [1/2]
Definition at line 1009 of file kis_lazy_fill_graph.h.
1009 {
1012
1013 dbg.nospace() <<
"(" <<
src <<
" -> " << dst <<
")";
1014 return dbg.space();
1015}
◆ operator<<() [2/2]
Definition at line 999 of file kis_lazy_fill_graph.h.
999 {
1000 const QString type =
1004
1005 dbg.nospace() <<
"(" <<
v.x <<
", " <<
v.y <<
", " << type <<
")";
1006 return dbg.space();
1007}