coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::SaPCollisionManager::isNotValidPair Class Reference

Functor to help remove collision pairs no longer valid (i.e., should be culled away) More...

#include <coal/broadphase/broadphase_SaP.h>

Public Member Functions

 isNotValidPair (CollisionObject *obj1_, CollisionObject *obj2_)
 
bool operator() (const SaPPair &pair)
 

Detailed Description

Functor to help remove collision pairs no longer valid (i.e., should be culled away)

Constructor & Destructor Documentation

◆ isNotValidPair()

coal::SaPCollisionManager::isNotValidPair::isNotValidPair ( CollisionObject obj1_,
CollisionObject obj2_ 
)

Member Function Documentation

◆ operator()()

bool coal::SaPCollisionManager::isNotValidPair::operator() ( const SaPPair pair)

The documentation for this class was generated from the following file: