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

Method reset

Utils/Hashmap.h:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 FORCE_INLINE void reset()
85 {
86 for (unsigned int i=0; i < m_bucketCount; i++)
87 {
88 if (m_hashMap[i] != NULL)
89 {
90 m_hashMap[i]->clear();
91 }
92 }
93 }
94
95
96 /** Return the bucket count.

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected