Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_convex_hull.cpp File Reference
#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.

Classes

struct  boost::geometry::traits::access< QPoint, 0 >
 
struct  boost::geometry::traits::access< QPoint, 1 >
 
struct  boost::geometry::traits::coordinate_system< QPoint >
 
struct  boost::geometry::traits::coordinate_type< QPoint >
 
struct  boost::geometry::traits::dimension< QPoint >
 
struct  boost::range_const_iterator< QPolygon >
 
struct  boost::range_iterator< QPolygon >
 
struct  boost::geometry::traits::tag< QPoint >
 
struct  boost::geometry::traits::tag< QPolygon >
 

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)