RobWorkProject
23.9.11-
|
a cache for the PQP proximity strategy More...
#include <ProximityStrategyPQP.hpp>
Inherits ProximityCache.
Public Member Functions | |
PQPCollisionCache (rw::proximity::ProximityStrategy *owner) | |
size_t | size () const |
Returns size of cache. More... | |
void | clear () |
Clears cache. More... | |
Public Member Functions inherited from ProximityCache | |
ProximityCache (void *owner) | |
Constructor. | |
virtual | ~ProximityCache () |
Destructor. | |
Public Attributes | |
PQP::PQP_CollideResult | result |
Public Attributes inherited from ProximityCache | |
void * | _owner |
Owner of the cache. | |
Additional Inherited Members | |
Public Types inherited from ProximityCache | |
typedef rw::core::Ptr< ProximityCache > | Ptr |
smart pointer type to this class | |
a cache for the PQP proximity strategy
|
inlinevirtual |
Clears cache.
Implements ProximityCache.
|
inlinevirtual |