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

Method insert

src/Misc/HashGrid.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 public:
31 virtual bool insert(int obj_id, const VectorF& coordinates) {
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 }

Callers 12

get_attribute_namesMethod · 0.45
init_face_adjacenciesMethod · 0.45
compute_from_tet_meshMethod · 0.45
compute_from_hex_meshMethod · 0.45
compute_from_meshMethod · 0.45
add_empty_attributeMethod · 0.45
add_attributeMethod · 0.45
chain_wiresFunction · 0.45
conf.pyFile · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected