cgma
RTree< 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 RTree< Z >::LessThan

Definition at line 54 of file RTree.hpp.


Member Function Documentation

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

Definition at line 57 of file RTree.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