|
Krita Source Code Documentation
|
#include "kis_convex_hull.h"#include "kis_paint_device.h"#include "kis_random_accessor_ng.h"#include "KoColorSpace.h"#include "KoColor.h"#include "KoColorModelStandardIds.h"#include <boost/geometry.hpp>#include <QElapsedTimer>Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::geometry |
| namespace | boost::geometry::traits |
| namespace | KisConvexHull |
Functions | |
| QPolygon | KisConvexHull::findConvexHull (const QVector< QPoint > &points) |
| QPolygon | KisConvexHull::findConvexHull (KisPaintDeviceSP device) |
| QPolygon | KisConvexHull::findConvexHullSelectionLike (KisPaintDeviceSP device) |