Blender Git Commit Log

Git Commits -> Revision 83cbcef

Revision 83cbcef by Campbell Barton (master)
December 8, 2014, 23:32 (GMT)
Add edgehash remove, clear functions, Heap clear

Edgehash was missing removal functions (remove, popkey, clear),
since it wasn't needed so far, but is based on same code as ghash which has them.

also add heap clear() method so we can reuse heaps.

(needed for upcoming fix).

Commit Details:

Full Hash: 83cbcefac8349d5ff46b721318ca180dd8817af5
Parent Commit: 55812e3
Lines Changed: +111, -4

4 Modified Paths:

/source/blender/blenlib/BLI_edgehash.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_heap.h (+1, -0) (Diff)
/source/blender/blenlib/intern/BLI_heap.c (+17, -2) (Diff)
/source/blender/blenlib/intern/edgehash.c (+90, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021