Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ applyAndSwap
Method
applyAndSwap
source/MRMesh/MRMeshDiff.cpp:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void MeshDiff::applyAndSwap( Mesh & m )
16
{
17
MR_TIMER;
18
pointsDiff_.applyAndSwap( m.points );
19
topologyDiff_.applyAndSwap( m.topology );
20
}
21
22
} // namespace MR
Callers
4
TEST
Function · 0.45
action
Method · 0.45
action
Method · 0.45
action
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36