#include <broadphase_callbacks.hh>

| Public Types | |
| typedef CollisionCallBackBase | Base | 
| Public Member Functions | |
| bool | collide (CollisionObject *o1, CollisionObject *o2) | 
| Collision evaluation between two objects in collision. This callback will cause the broadphase evaluation to stop if it returns true.  More... | |
| void | init () | 
| Initialization of the callback before running the collision broadphase manager.  More... | |
|  Public Member Functions inherited from coal::CollisionCallBackBase | |
| virtual bool | operator() (CollisionObject *o1, CollisionObject *o2) | 
| Functor call associated to the collide operation.  More... | |
| Static Public Member Functions | |
| static void | expose () | 
Definition at line 52 of file broadphase_callbacks.hh.
Definition at line 54 of file broadphase_callbacks.hh.
| 
 | inlinevirtual | 
Collision evaluation between two objects in collision. This callback will cause the broadphase evaluation to stop if it returns true.
| [in] | o1 | Collision object #1. | 
| [in] | o2 | Collision object #2. | 
Implements coal::CollisionCallBackBase.
Definition at line 57 of file broadphase_callbacks.hh.
| 
 | inlinestatic | 
Definition at line 64 of file broadphase_callbacks.hh.
| 
 | inlinevirtual | 
Initialization of the callback before running the collision broadphase manager.
Reimplemented from coal::CollisionCallBackBase.
Definition at line 56 of file broadphase_callbacks.hh.