hpp-fcl
2.4.1
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_) | |
![]() | |
virtual | ~SimpleInterval () |
virtual void | print () |
Public Attributes | |
CollisionObject * | obj |
![]() | |
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 |