Krita Source Code Documentation
Loading...
Searching...
No Matches
boost::geometry::traits::access< QPoint, 1 > Struct Reference

Static Public Member Functions

static int get (QPoint const &p)
 
static void set (QPoint &p, int const &value)
 

Detailed Description

Definition at line 47 of file kis_convex_hull.cpp.

Member Function Documentation

◆ get()

static int boost::geometry::traits::access< QPoint, 1 >::get ( QPoint const & p)
inlinestatic

Definition at line 49 of file kis_convex_hull.cpp.

50 {
51 return p.y();
52 }
const Params2D p

References p.

◆ set()

static void boost::geometry::traits::access< QPoint, 1 >::set ( QPoint & p,
int const & value )
inlinestatic

Definition at line 54 of file kis_convex_hull.cpp.

55 {
56 p.ry() = value;
57 }
float value(const T *src, size_t ch)

References p, and value().


The documentation for this struct was generated from the following file: