dist_cmp Struct Reference

#include <ssi_dsearch.hpp>

List of all members.

Public Member Functions


Detailed Description

template<class DPoint>
struct mmx::ssi::assoc_t< DPoint >::dist_cmp

Definition at line 239 of file ssi_dsearch.hpp.


Member Function Documentation

bool operator() ( const assoc_t a1,
const assoc_t a2 
) const [inline]

Definition at line 240 of file ssi_dsearch.hpp.

References assoc_t< DPoint >::d, and dist_cmp::operator()().

Referenced by dist_cmp::operator()().

00240 { bool operator()( const assoc_t& a1, const assoc_t& a2 ) const { return a1.d > a2.d;    }; };


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

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1