MCPcopy 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

ObjectArrayClass · 0.95
CollisionDetectionModuleFunction · 0.45
generateSDFFunction · 0.45
loadPlyMethod · 0.45
buildNeighborsMethod · 0.45
updateNormalsMethod · 0.45
updateVertexNormalsMethod · 0.45
buildNeighborsMethod · 0.45
copyUVsMethod · 0.45
VolumeIntegrationMethod · 0.45
loadTetFileMethod · 0.45

Calls 1

reserveFunction · 0.50

Tested by

no test coverage detected