MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / cacheAABBTree

Method cacheAABBTree

source/MRMesh/MRMeshOrPoints.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void MeshOrPoints::cacheAABBTree() const
27{
28 std::visit( overloaded{
29 []( const MeshPart & mp ) { mp.mesh.getAABBTree(); },
30 []( const PointCloudPart & pcp ) { pcp.cloud.getAABBTree(); }
31 }, var_ );
32}
33
34Box3f MeshOrPoints::computeBoundingBox( const AffineXf3f * toWorld ) const
35{

Callers 1

updateLayerPairs_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected