|
iMSTK
Interactive Medical Simulation Toolkit
|
The OctreeNodeBlock struct This is a data structure to store a memory block of 8 tree node at a time Using a block of 8 nodes at a time can reduce node allocation/merging/slitting overhead. More...
#include <imstkLooseOctree.h>

Public Attributes | |
| OctreeNode | m_Nodes [8] |
| OctreeNodeBlock * | m_NextBlock = nullptr |
| Pointer to the next block in the memory pool. | |
The OctreeNodeBlock struct This is a data structure to store a memory block of 8 tree node at a time Using a block of 8 nodes at a time can reduce node allocation/merging/slitting overhead.
Definition at line 300 of file imstkLooseOctree.h.
1.8.13