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

Method insert_bbox

src/Misc/HashGrid.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 throw NotImplementedError("HashGrid::insert is not implemented");
33 }
34 virtual bool insert_bbox(int obj_id, const MatrixF& shape) {
35 throw NotImplementedError("HashGrid::insert_bbox is not implemented");
36 }
37 virtual bool insert_triangle(int obj_id, const MatrixFr& shape) {
38 throw NotImplementedError("HashGrid::insert_triangle is not implemented");
39 }

Callers 2

init_hash_gridMethod · 0.80
TEST_FFunction · 0.80

Calls 1

NotImplementedErrorClass · 0.85

Tested by 1

TEST_FFunction · 0.64