Public Member Functions | List of all members
hpp::fcl::DummyCollisionObject Class Reference

Dummy collision object with a point AABB. More...

Inheritance diagram for hpp::fcl::DummyCollisionObject:
Inheritance graph
[legend]

Public Member Functions

void computeLocalAABB ()
 
 DummyCollisionObject (const AABB &aabb_)
 
- Public Member Functions inherited from hpp::fcl::CollisionObject
const shared_ptr< const CollisionGeometrycollisionGeometry () const
 get geometry from the object instance More...
 
const shared_ptr< CollisionGeometry > & collisionGeometry ()
 get geometry from the object instance More...
 
 CollisionObject (const shared_ptr< CollisionGeometry > &cgeom_, bool compute_local_aabb=true)
 
 CollisionObject (const shared_ptr< CollisionGeometry > &cgeom_, const Transform3f &tf, bool compute_local_aabb=true)
 
 CollisionObject (const shared_ptr< CollisionGeometry > &cgeom_, const Matrix3f &R, const Vec3f &T, bool compute_local_aabb=true)
 
void computeAABB ()
 compute the AABB in world space More...
 
const AABBgetAABB () const
 get the AABB in world space More...
 
AABBgetAABB ()
 get the AABB in world space More...
 
NODE_TYPE getNodeType () const
 get the node type More...
 
OBJECT_TYPE getObjectType () const
 get the type of the object More...
 
const Matrix3fgetRotation () const
 get matrix rotation of the object More...
 
const Transform3fgetTransform () const
 get object's transform More...
 
const Vec3fgetTranslation () const
 get translation of the object More...
 
void * getUserData () const
 get user data in object More...
 
bool isIdentityTransform () const
 whether the object is in local coordinate More...
 
bool operator!= (const CollisionObject &other) const
 
bool operator== (const CollisionObject &other) const
 
void setCollisionGeometry (const shared_ptr< CollisionGeometry > &collision_geometry, bool compute_local_aabb=true)
 Associate a new CollisionGeometry. More...
 
void setIdentityTransform ()
 set the object in local coordinate More...
 
void setRotation (const Matrix3f &R)
 set object's rotation matrix More...
 
void setTransform (const Matrix3f &R, const Vec3f &T)
 set object's transform More...
 
void setTransform (const Transform3f &tf)
 set object's transform More...
 
void setTranslation (const Vec3f &T)
 set object's translation More...
 
void setUserData (void *data)
 set user data in object More...
 
 ~CollisionObject ()
 

Additional Inherited Members

- Protected Member Functions inherited from hpp::fcl::CollisionObject
void init (bool compute_local_aabb=true)
 
- Protected Attributes inherited from hpp::fcl::CollisionObject
AABB aabb
 AABB in global coordinate. More...
 
shared_ptr< CollisionGeometrycgeom
 
Transform3f t
 
void * user_data
 pointer to user defined data specific to this object More...
 

Detailed Description

Dummy collision object with a point AABB.

Definition at line 68 of file broadphase_SSaP.cpp.

Constructor & Destructor Documentation

◆ DummyCollisionObject()

hpp::fcl::DummyCollisionObject::DummyCollisionObject ( const AABB aabb_)
inline

Definition at line 70 of file broadphase_SSaP.cpp.

Member Function Documentation

◆ computeLocalAABB()

void hpp::fcl::DummyCollisionObject::computeLocalAABB ( )
inline

Definition at line 75 of file broadphase_SSaP.cpp.


The documentation for this class was generated from the following file:


hpp-fcl
Author(s):
autogenerated on Fri Jun 2 2023 02:39:03