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

Method get_items_near_point

src/Misc/HashGrid.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 virtual VectorI get_items_near_point(const VectorF& coordinate) {
64 throw NotImplementedError("hashgrid::get_items_near_point is not implemented");
65 }
66 //virtual VectorI get_items_within_radius(const VectorF& coordinate, Float radius)=0;
67 virtual MatrixFr get_occupied_cell_centers() const {
68 throw NotImplementedError("hashgrid::get_occupied_cell_centers is not implemented");

Callers 14

look_up_voxelsMethod · 0.80
match_bd_loopsMethod · 0.80
computeMethod · 0.80
computeMethod · 0.80
has_cubic_symmetryMethod · 0.80
locateMethod · 0.80
runMethod · 0.80
ASSERT_PERIODICMethod · 0.80
matchFunction · 0.80

Calls 1

NotImplementedErrorClass · 0.85

Tested by 4

ASSERT_PERIODICMethod · 0.64
TEST_FFunction · 0.64