Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
#include <spatial_kdtree.hpp>
Public Member Functions | |
mapping_compare (const Compare &c, dimension_type d) | |
bool | operator() (const Node_ptr &x, const Node_ptr &y) const |
Public Attributes | |
Compare | compare |
dimension_type | dimension |
Definition at line 964 of file spatial_kdtree.hpp.
spatial::details::mapping_compare< Compare, Node_ptr >::mapping_compare | ( | const Compare & | c, |
dimension_type | d | ||
) |
Definition at line 969 of file spatial_kdtree.hpp.
bool spatial::details::mapping_compare< Compare, Node_ptr >::operator() | ( | const Node_ptr & | x, |
const Node_ptr & | y | ||
) | const |
Definition at line 973 of file spatial_kdtree.hpp.
Compare spatial::details::mapping_compare< Compare, Node_ptr >::compare |
Definition at line 966 of file spatial_kdtree.hpp.
dimension_type spatial::details::mapping_compare< Compare, Node_ptr >::dimension |
Definition at line 967 of file spatial_kdtree.hpp.