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

Method remove

src/Misc/HashGrid.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 throw NotImplementedError("hashgrid::insert_multiple is not implemented");
48 }
49 virtual bool remove(int obj_id, const VectorF& coordinate) {
50 throw NotImplementedError("hashgrid::remove is not implemented");
51 }
52 virtual bool occupied(int obj_id, const VectorF& coordinate) const {
53 throw NotImplementedError("hashgrid::occupied is not implemented");
54 }

Callers 1

quick_csgFunction · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected