#include <b2ContactManager.h>
| Public Member Functions | |
| void | AddPair (void *proxyUserDataA, void *proxyUserDataB) | 
| b2ContactManager () | |
| void | Collide () | 
| void | Destroy (b2Contact *c) | 
| void | FindNewContacts () | 
| Public Attributes | |
| b2BlockAllocator * | m_allocator | 
| b2BroadPhase | m_broadPhase | 
| int32 | m_contactCount | 
| b2ContactFilter * | m_contactFilter | 
| b2Contact * | m_contactList | 
| b2ContactListener * | m_contactListener | 
Definition at line 30 of file b2ContactManager.h.
| b2ContactManager::b2ContactManager | ( | ) | 
Definition at line 28 of file b2ContactManager.cpp.
Definition at line 177 of file b2ContactManager.cpp.
| void b2ContactManager::Collide | ( | ) | 
Definition at line 105 of file b2ContactManager.cpp.
Definition at line 37 of file b2ContactManager.cpp.
| void b2ContactManager::FindNewContacts | ( | ) | 
Definition at line 172 of file b2ContactManager.cpp.
| b2BlockAllocator* b2ContactManager::m_allocator | 
Definition at line 49 of file b2ContactManager.h.
| b2BroadPhase b2ContactManager::m_broadPhase | 
Definition at line 44 of file b2ContactManager.h.
| int32 b2ContactManager::m_contactCount | 
Definition at line 46 of file b2ContactManager.h.
| b2ContactFilter* b2ContactManager::m_contactFilter | 
Definition at line 47 of file b2ContactManager.h.
| b2Contact* b2ContactManager::m_contactList | 
Definition at line 45 of file b2ContactManager.h.
| b2ContactListener* b2ContactManager::m_contactListener | 
Definition at line 48 of file b2ContactManager.h.