Krita Source Code Documentation
Loading...
Searching...
No Matches
boost::geometry::traits::access< QPoint, 0 > 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 33 of file kis_convex_hull.cpp.

Member Function Documentation

◆ get()

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

Definition at line 35 of file kis_convex_hull.cpp.

36 {
37 return p.x();
38 }
const Params2D p

References p.

◆ set()

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

Definition at line 40 of file kis_convex_hull.cpp.

41 {
42 p.rx() = value;
43 }
float value(const T *src, size_t ch)

References p, and value().


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