Inherits MemoryPoolObject.
Public Attributes | |
| PartitionContactListNode * | m_nextHash |
| next node with same hash value | |
| PartitionContactListNode * | m_next |
| next node | |
| PartitionData * | m_obj |
| one object that is possibly colliding | |
| PartitionData * | m_other |
| the other object (or null for collisions with the terrain) | |
| Int | m_hashValue |
| index into hash table | |
Additional Inherited Members | |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 982 of file PartitionManager.cpp.
| Int PartitionContactListNode::m_hashValue |
index into hash table
Definition at line 991 of file PartitionManager.cpp.
| PartitionContactListNode* PartitionContactListNode::m_next |
next node
Definition at line 988 of file PartitionManager.cpp.
| PartitionContactListNode* PartitionContactListNode::m_nextHash |
next node with same hash value
Definition at line 987 of file PartitionManager.cpp.
| PartitionData* PartitionContactListNode::m_obj |
one object that is possibly colliding
Definition at line 989 of file PartitionManager.cpp.
| PartitionData* PartitionContactListNode::m_other |
the other object (or null for collisions with the terrain)
Definition at line 990 of file PartitionManager.cpp.