|
hpp-fcl
3.0.0
HPP fork of FCL -- The Flexible Collision Library
|
Extention interval tree's interval to SAP interval, adding more information. More...
#include <hpp/fcl/broadphase/broadphase_interval_tree.h>


Public Member Functions | |
| SAPInterval (FCL_REAL low_, FCL_REAL high_, CollisionObject *obj_) | |
Public Member Functions inherited from hpp::fcl::detail::SimpleInterval | |
| virtual | ~SimpleInterval () |
| virtual void | print () |
Public Attributes | |
| CollisionObject * | obj |
Public Attributes inherited from hpp::fcl::detail::SimpleInterval | |
| FCL_REAL | low |
| interval is defined as [low, high] More... | |
| FCL_REAL | high |
Extention interval tree's interval to SAP interval, adding more information.
| hpp::fcl::IntervalTreeCollisionManager::SAPInterval::SAPInterval | ( | FCL_REAL | low_, |
| FCL_REAL | high_, | ||
| CollisionObject * | obj_ | ||
| ) |
| CollisionObject* hpp::fcl::IntervalTreeCollisionManager::SAPInterval::obj |