Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::Maximum Struct Reference

Inherits key_compare.

Public Member Functions

 Maximum (const key_compare &key_comp, node_ptr node_)
 
key_compare comp () const
 

Public Attributes

node_ptr node
 

Detailed Description

template<typename Rank, typename Key, typename Value, typename Compare, typename Alloc>
struct spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::Maximum

Definition at line 125 of file spatial_kdtree.hpp.

Constructor & Destructor Documentation

template<typename Rank, typename Key, typename Value, typename Compare, typename Alloc>
spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::Maximum::Maximum ( const key_compare key_comp,
node_ptr  node_ 
)

Definition at line 127 of file spatial_kdtree.hpp.

Member Function Documentation

template<typename Rank, typename Key, typename Value, typename Compare, typename Alloc>
key_compare spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::Maximum::comp ( ) const

Definition at line 129 of file spatial_kdtree.hpp.

Member Data Documentation

template<typename Rank, typename Key, typename Value, typename Compare, typename Alloc>
node_ptr spatial::details::Kdtree< Rank, Key, Value, Compare, Alloc >::Maximum::node

Definition at line 131 of file spatial_kdtree.hpp.


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