Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ resize
Method
resize
Utils/ObjectArray.h:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
FORCE_INLINE void resize(unsigned int count)
211
{
212
reserve(count);
213
m_size = count;
214
}
215
216
private:
217
FORCE_INLINE void grow()
Callers
15
ObjectArray
Class · 0.95
CollisionDetectionModule
Function · 0.45
generateSDF
Function · 0.45
loadPly
Method · 0.45
buildNeighbors
Method · 0.45
updateNormals
Method · 0.45
updateVertexNormals
Method · 0.45
IndexedFaceMesh.cpp
File · 0.45
buildNeighbors
Method · 0.45
copyUVs
Method · 0.45
VolumeIntegration
Method · 0.45
loadTetFile
Method · 0.45
Calls
1
reserve
Function · 0.50
Tested by
no test coverage detected