Skip to content

Commit 63abe47

Browse files
UPDATE: add_points() method of DFPointCloud added to pybinding
1 parent a6df2dc commit 63abe47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffCheckBindings.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ PYBIND11_MODULE(diffcheck_bindings, m) {
4848
py::arg("r"), py::arg("g"), py::arg("b"))
4949

5050
.def("load_from_PLY", &diffCheck::geometry::DFPointCloud::LoadFromPLY)
51+
.def("add_points", &diffCheck::geometry::DFPointCloud::AddPoints)
5152

5253
.def("get_tight_bounding_box", &diffCheck::geometry::DFPointCloud::GetTightBoundingBox)
5354

0 commit comments

Comments
 (0)