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

Method lookup

tools/Envelope/Grid.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 virtual reference lookup(const Vector_f& coordinates) {
61 return this->operator()(coordinate_to_index(coordinates));
62 }
63
64 virtual const_reference lookup(const Vector_f& coordinates) const {
65 return this->operator()(coordinate_to_index(coordinates));

Callers 8

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
simple_triangle_testMethod · 0.45
hinge_testMethod · 0.45

Calls 1

operator()Method · 0.95

Tested by 8

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
simple_triangle_testMethod · 0.36
hinge_testMethod · 0.36