Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
spatial::details::mapping_compare< Compare, Node_ptr > Struct Template Reference

#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
 

Detailed Description

template<typename Compare, typename Node_ptr>
struct spatial::details::mapping_compare< Compare, Node_ptr >

Definition at line 964 of file spatial_kdtree.hpp.

Constructor & Destructor Documentation

template<typename Compare, typename Node_ptr>
spatial::details::mapping_compare< Compare, Node_ptr >::mapping_compare ( const Compare &  c,
dimension_type  d 
)

Definition at line 969 of file spatial_kdtree.hpp.

Member Function Documentation

template<typename Compare, typename Node_ptr>
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.

Member Data Documentation

template<typename Compare, typename Node_ptr>
Compare spatial::details::mapping_compare< Compare, Node_ptr >::compare

Definition at line 966 of file spatial_kdtree.hpp.

template<typename Compare, typename Node_ptr>
dimension_type spatial::details::mapping_compare< Compare, Node_ptr >::dimension

Definition at line 967 of file spatial_kdtree.hpp.


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