shape_doc 0.1
|
#include <ssi_dsearch.hpp>
Definition at line 29 of file ssi_dsearch.hpp.
dim_cmp | ( | unsigned | d = 0 | ) | [inline] |
Definition at line 32 of file ssi_dsearch.hpp.
Referenced by dim_cmp< DPoint >::next().
: dim(d) {};
dim_cmp next | ( | ) | const [inline] |
Definition at line 33 of file ssi_dsearch.hpp.
References dim_cmp< DPoint >::dim, and dim_cmp< DPoint >::dim_cmp().
Referenced by mmx::shape_ssi::make().
bool operator() | ( | const DPoint & | a, |
const DPoint & | b | ||
) | const [inline] |
Definition at line 35 of file ssi_dsearch.hpp.
References dim_cmp< DPoint >::dim.
bool operator() | ( | DPoint *const & | a, |
DPoint *const & | b | ||
) | const [inline] |
Definition at line 34 of file ssi_dsearch.hpp.
References dim_cmp< DPoint >::dim.
unsigned dim |
Definition at line 31 of file ssi_dsearch.hpp.
Referenced by dim_cmp< DPoint >::next(), and dim_cmp< DPoint >::operator()().