| 35 | void BindPoseGraph(py::module& m); |
| 36 | |
| 37 | void BindScene(py::module& m) { |
| 38 | BindTrack(m); |
| 39 | BindPoint3D(m); |
| 40 | BindCorrespondenceGraph(m); |
| 41 | BindDatabase(m); |
| 42 | BindDatabaseCache(m); |
| 43 | BindReconstruction(m); |
| 44 | BindReconstructionManager(m); |
| 45 | BindSceneRig(m); |
| 46 | BindSynthetic(m); |
| 47 | BindPoseGraph(m); |
| 48 | } |
no test coverage detected