DART
6.7.3
|
#include <FCLCollisionObject.hpp>
Public Member Functions | |
dart::collision::fcl::CollisionObject * | getFCLCollisionObject () |
Return FCL collision object. More... | |
const dart::collision::fcl::CollisionObject * | getFCLCollisionObject () const |
Return FCL collision object. More... | |
CollisionDetector * | getCollisionDetector () |
Return collision detection engine associated with this CollisionObject. More... | |
const CollisionDetector * | getCollisionDetector () const |
Return collision detection engine associated with this CollisionObject. More... | |
const dynamics::ShapeFrame * | getShapeFrame () const |
Return the associated ShapeFrame. More... | |
dynamics::ConstShapePtr | getShape () const |
Return the associated Shape. More... | |
const Eigen::Isometry3d & | getTransform () const |
Return the transformation of this CollisionObject in world coordinates. More... | |
Protected Member Functions | |
FCLCollisionObject (CollisionDetector *collisionDetector, const dynamics::ShapeFrame *shapeFrame, const fcl_shared_ptr< dart::collision::fcl::CollisionGeometry > &fclCollGeom) | |
Constructor. More... | |
void | updateEngineData () override |
Update the collision object of the collision detection engine. More... | |
Protected Attributes | |
std::unique_ptr< dart::collision::fcl::CollisionObject > | mFCLCollisionObject |
FCL collision object. More... | |
CollisionDetector * | mCollisionDetector |
Collision detector. More... | |
const dynamics::ShapeFrame * | mShapeFrame |
ShapeFrame. More... | |
Friends | |
class | FCLCollisionDetector |
|
protected |
Constructor.
|
inherited |
Return collision detection engine associated with this CollisionObject.
|
inherited |
Return collision detection engine associated with this CollisionObject.
dart::collision::fcl::CollisionObject * dart::collision::FCLCollisionObject::getFCLCollisionObject | ( | ) |
Return FCL collision object.
const dart::collision::fcl::CollisionObject * dart::collision::FCLCollisionObject::getFCLCollisionObject | ( | ) | const |
Return FCL collision object.
|
inherited |
Return the associated Shape.
|
inherited |
Return the associated ShapeFrame.
|
inherited |
Return the transformation of this CollisionObject in world coordinates.
|
overrideprotectedvirtual |
Update the collision object of the collision detection engine.
This function will be called ahead of every collision checking by CollisionGroup.
Implements dart::collision::CollisionObject.
|
friend |
|
protectedinherited |
Collision detector.
|
protected |
FCL collision object.
|
protectedinherited |
ShapeFrame.