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

Function TEST_F

tests/src/Misc/HashGridTest.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27TEST_F(HashGridTest, Empty) {
28 ASSERT_EQ(0, m_grid->size());
29}
30
31TEST_F(HashGridTest, Empty2) {
32 Vector3F origin = Vector3F::Zero();

Callers

nothing calls this directly

Calls 10

get_items_near_pointMethod · 0.80
insert_bboxMethod · 0.80
insert_triangleMethod · 0.80
insert_batchMethod · 0.80
insert_multipleMethod · 0.80
ContainsFunction · 0.50
sizeMethod · 0.45
insertMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected