#include <ssi_dsearch.hpp>
Definition at line 99 of file ssi_dsearch.hpp.
dim_cmp | ( | unsigned | d = 0 |
) | [inline] |
Definition at line 102 of file ssi_dsearch.hpp.
Referenced by dim_cmp< DPoint >::next().
00102 : dim(d) {};
dim_cmp next | ( | ) | const [inline] |
Definition at line 103 of file ssi_dsearch.hpp.
References dim_cmp< DPoint >::dim, and dim_cmp< DPoint >::dim_cmp().
Referenced by mmx::ssi::make().
bool operator() | ( | const DPoint & | a, | |
const DPoint & | b | |||
) | const [inline] |
Definition at line 105 of file ssi_dsearch.hpp.
References dim_cmp< DPoint >::dim.
bool operator() | ( | DPoint *const & | a, | |
DPoint *const & | b | |||
) | const [inline] |
Definition at line 104 of file ssi_dsearch.hpp.
References dim_cmp< DPoint >::dim.
unsigned dim |
Definition at line 101 of file ssi_dsearch.hpp.
Referenced by dim_cmp< DPoint >::next(), and dim_cmp< DPoint >::operator()().