| DART 6.10.1
    | 
#include <OdeBox.hpp>
 
  
| Public Member Functions | |
| OdeBox (const OdeCollisionObject *parent, const Eigen::Vector3d &size) | |
| Constructor. | |
| virtual | ~OdeBox () | 
| Destructor. | |
| const OdeCollisionObject * | getParentCollisionObject () const | 
| Returns the parent collision object. | |
| virtual void | updateEngineData () | 
| dGeomID | getOdeGeomId () const | 
| Returns the ODE geom ID associated to this object. | |
| virtual bool | isPlaceable () const | 
| Returns true if the ODE geom is placeable. | |
| Protected Attributes | |
| const OdeCollisionObject * | mParentCollisionObject | 
| Parent collision object. | |
| dGeomID | mGeomId | 
| ODE geom ID associated with this object. | |
| dart::collision::detail::OdeBox::OdeBox | ( | const OdeCollisionObject * | parent, | 
| const Eigen::Vector3d & | size | ||
| ) | 
Constructor.
| 
 | virtual | 
Destructor.
| 
 | inherited | 
Returns the ODE geom ID associated to this object.
| 
 | inherited | 
Returns the parent collision object.
| 
 | virtualinherited | 
Returns true if the ODE geom is placeable.
Reimplemented in dart::collision::detail::OdePlane.
| 
 | virtualinherited | 
Reimplemented in dart::collision::detail::OdeMesh, and dart::collision::detail::OdePlane.
| 
 | protectedinherited | 
| 
 | protectedinherited | 
Parent collision object.