MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / nb_bboxes

Method nb_bboxes

src/geode/geometry/aabb.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 template < index_t dimension >
63 index_t AABBTree< dimension >::nb_bboxes() const
64 {
65 return impl_->nb_bboxes();
66 }
67
68 template < index_t dimension >
69 const BoundingBox< dimension >& AABBTree< dimension >::bounding_box() const

Callers 2

aabb.cppFile · 0.45
test_build_aabbFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_build_aabbFunction · 0.36