|
cgma
|
Public Member Functions | |
| bool | operator() (const Z &x, const Z &y) const |
Definition at line 47 of file RStarTree.hpp.
| 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();
}