MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / size

Method size

Utils/ObjectArray.h:71–74  ·  view source on GitHub ↗

Return the number of elements */

Source from the content-addressed store, hash-verified

69 /** Return the number of elements
70 */
71 FORCE_INLINE unsigned int size() const
72 {
73 return m_size;
74 }
75
76 /** Return the capacity
77 */

Callers 15

UtilitiesModuleFunction · 0.45
CollisionDetectionModuleFunction · 0.45
vector_pointer_modifiersFunction · 0.45
generateSDFFunction · 0.45
SimulationModelModuleFunction · 0.45
ParticleDataModuleFunction · 0.45
removeMethod · 0.45
readTriangleModelsMethod · 0.45
readTetModelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected