MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / insert_batch

Method insert_batch

src/Misc/HashGrid.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 throw NotImplementedError("HashGrid::insert_multiple_triangle is not implemented");
42 }
43 virtual bool insert_batch(int obj_id, const MatrixFr& points) {
44 throw NotImplementedError("HashGrid::insert_batch is not implemented");
45 }
46 virtual bool insert_multiple(const VectorI& obj_ids, const MatrixFr& points) {
47 throw NotImplementedError("hashgrid::insert_multiple is not implemented");
48 }

Callers 1

TEST_FFunction · 0.80

Calls 1

NotImplementedErrorClass · 0.85

Tested by 1

TEST_FFunction · 0.64