Functor to help remove collision pairs no longer valid (i.e., should be culled away) More...
#include <broadphase_SaP.h>
Public Member Functions | |
isNotValidPair (CollisionObject *obj1_, CollisionObject *obj2_) | |
bool | operator() (const SaPPair &pair) |
Private Attributes | |
CollisionObject * | obj1 |
CollisionObject * | obj2 |
Functor to help remove collision pairs no longer valid (i.e., should be culled away)
Definition at line 222 of file broadphase_SaP.h.
fcl::SaPCollisionManager::isNotValidPair::isNotValidPair | ( | CollisionObject * | obj1_, |
CollisionObject * | obj2_ | ||
) | [inline] |
Definition at line 228 of file broadphase_SaP.h.
bool fcl::SaPCollisionManager::isNotValidPair::operator() | ( | const SaPPair & | pair | ) | [inline] |
Definition at line 232 of file broadphase_SaP.h.
Definition at line 224 of file broadphase_SaP.h.
Definition at line 225 of file broadphase_SaP.h.