gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <SPoint3KDTree.h>
Public Member Functions | |
SPoint3CloudAdaptor (const Derived &obj_) | |
const Derived & | derived () const |
size_t | kdtree_get_point_count () const |
double | kdtree_distance (const double *p1, const size_t idx_p2, size_t) const |
double | kdtree_get_pt (const size_t idx, int dim) const |
template<class BBOX > | |
bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
const Derived & | obj |
Definition at line 16 of file SPoint3KDTree.h.
|
inline |
Definition at line 18 of file SPoint3KDTree.h.
|
inline |
Definition at line 19 of file SPoint3KDTree.h.
Referenced by SPoint3CloudAdaptor< SPoint3Cloud >::kdtree_distance(), SPoint3CloudAdaptor< SPoint3Cloud >::kdtree_get_point_count(), and SPoint3CloudAdaptor< SPoint3Cloud >::kdtree_get_pt().
|
inline |
Definition at line 21 of file SPoint3KDTree.h.
|
inline |
Definition at line 38 of file SPoint3KDTree.h.
|
inline |
Definition at line 20 of file SPoint3KDTree.h.
|
inline |
Definition at line 29 of file SPoint3KDTree.h.
const Derived& SPoint3CloudAdaptor< Derived >::obj |
Definition at line 17 of file SPoint3KDTree.h.
Referenced by SPoint3CloudAdaptor< SPoint3Cloud >::derived().