cgma
RStarTree< Z >::LessThan Class Reference

List of all members.

Public Member Functions

bool operator() (const Z &x, const Z &y) const

Detailed Description

template<class Z>
class RStarTree< Z >::LessThan

Definition at line 47 of file RStarTree.hpp.


Member Function Documentation

template<class Z >
bool RStarTree< Z >::LessThan::operator() ( const Z x,
const Z y 
) const [inline]

Definition at line 50 of file RStarTree.hpp.

       {
         return x->get_dist() < y->get_dist(); 
       }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines