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

Method size

src/Misc/HashGrid.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 throw NotImplementedError("hashgrid::bucket_count is not implemented");
58 }
59 virtual size_t size() const {
60 throw NotImplementedError("hashgrid::size is not implemented");
61 }
62
63 virtual VectorI get_items_near_point(const VectorF& coordinate) {
64 throw NotImplementedError("hashgrid::get_items_near_point is not implemented");

Callers 15

MeshFactory.cppFile · 0.45
parseMethod · 0.45
num_facesMethod · 0.45
num_voxelsMethod · 0.45
parseMethod · 0.45
parse_verticesMethod · 0.45
export_facesMethod · 0.45
export_voxelsMethod · 0.45
strip_prefixFunction · 0.45
writeMethod · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected