Go to the source code of this file.
|
| template<class Tmorton, class Tvec, u32 dim> |
| void | register_CLBVH (py::module &m, const char *class_name) |
| template<class Tmorton, class Tvec, u32 dim> |
| void | register_dtt_alg (py::module &m) |
|
| register_CLBVH< u64, f64_3, 3 > (shamtree_module, "CLBVH_u64_f64_3") |
|
| register_dtt_alg< u64, f64_3, 3 > (shamtree_module) |
◆ register_CLBVH()
template<class Tmorton, class Tvec,
u32 dim>
| void register_CLBVH |
( |
py::module & | m, |
|
|
const char * | class_name ) |
|
inline |
◆ register_dtt_alg()
template<class Tmorton, class Tvec,
u32 dim>
| void register_dtt_alg |
( |
py::module & | m | ) |
|
|
inline |
◆ ON_PYTHON_INIT
Initial value:{
py::module shamtree_module = root_module.def_submodule("tree", "backend library")
Definition at line 108 of file pyShamtree.cpp.