#include <b2WorldCallbacks.h>
| Public Member Functions | |
| virtual bool | ShouldCollide (b2Fixture *fixtureA, b2Fixture *fixtureB) | 
| virtual | ~b2ContactFilter () | 
Implement this class to provide collision filtering. In other words, you can implement this class if you want finer control over contact creation.
Definition at line 52 of file b2WorldCallbacks.h.
| 
 | inlinevirtual | 
Definition at line 55 of file b2WorldCallbacks.h.
Return true if contact calculations should be performed between these two shapes.
Definition at line 24 of file b2WorldCallbacks.cpp.