|
Allolib
1.0
C++ Components For Interactive Multimedia
|
each Voxel contains a linked list of Objects More...
Public Member Functions | |
| Voxel (const Voxel &cpy) | |
| void | add (Object *o) |
| definitely not thread-safe. | |
| void | remove (Object *o) |
| definitely not thread-safe. | |
Public Attributes | |
| Object * | mObjects |
| the linked list of objects in this voxel | |
each Voxel contains a linked list of Objects
Definition at line 92 of file al_HashSpace.hpp.