Public Member Functions | |
| QuadTree (const QRectF &bounds) | |
| QuadTree & | operator= (QuadTree &&other) | 
| bool | addPoint (const Point *m) | 
| void | removePoint (const Point *r) | 
| void | movePoint (const Point *r) | 
| void | clear () | 
| void | reinsertAll () | 
| QVector2D | gravityFor (const Point &m) const | 
| void | setBounds (const QRectF &bounds) | 
| QuadTreeNode * | rootNode () const | 
| void | reset () | 
| QRectF | bounds () const | 
| void | debug (QPainter *p) const | 
Definition at line 15 of file QuadTree.h.