|
mdds
|
#include <point_quad_tree.hpp>
Public Member Functions | |
| node_access | northeast () const |
| node_access | northwest () const |
| node_access | southeast () const |
| node_access | southwest () const |
| value_type | data () const |
| key_type | x () const |
| key_type | y () const |
| operator bool () const | |
| bool | operator== (const node_access &r) const |
| node_access & | operator= (const node_access &r) |
| node_access (const node_access &r) | |
Friends | |
| class | point_quad_tree< _Key, _Value > |
Node wrapper to allow read-only access to the internal quad node structure.