![]() |
RobWorkProject
23.9.11-
|
cache for any of the queries possible on this strategy More...
#include <ProximityStrategyRW.hpp>
Inherits ProximityCache.
Public Member Functions | |
| PCache (void *owner) | |
| virtual size_t | size () const |
| Returns size of cache. More... | |
| virtual void | clear () |
| Clears cache. | |
Public Member Functions inherited from ProximityCache | |
| ProximityCache (void *owner) | |
| Constructor. | |
| virtual | ~ProximityCache () |
| Destructor. | |
Public Attributes | |
| rw::core::Ptr< rw::proximity::BVTreeCollider< rw::proximity::BinaryOBBPtrTreeD > > | tcollider |
| rw::core::Ptr< rw::proximity::BVTreeCollider< rw::proximity::BinaryOBBPtrTreeD > > | tolcollider |
| rw::geometry::OBBToleranceCollider * | tolCollider |
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 | |
cache for any of the queries possible on this strategy
|
inlinevirtual |