Public Types | |
typedef ::hpp::fcl::ComputeCollision | Base |
Public Member Functions | |
ComputeCollision (const GeometryObject &go1, const GeometryObject &go2) | |
const GeometryObject & | getGeometryObject1 () const |
const GeometryObject & | getGeometryObject2 () const |
bool | operator!= (const ComputeCollision &other) const |
bool | operator== (const ComputeCollision &other) const |
virtual std::size_t | run (const fcl::Transform3f &tf1, const fcl::Transform3f &tf2, const fcl::CollisionRequest &request, fcl::CollisionResult &result) const |
Protected Attributes | |
const GeometryObject * | go1_ptr |
const GeometryObject * | go2_ptr |
Definition at line 381 of file geometry-object.hpp.
typedef ::hpp::fcl::ComputeCollision Base |
Definition at line 383 of file geometry-object.hpp.
|
inline |
Definition at line 385 of file geometry-object.hpp.
|
inlinevirtual |
Definition at line 392 of file geometry-object.hpp.
|
inline |
Definition at line 418 of file geometry-object.hpp.
|
inline |
Definition at line 422 of file geometry-object.hpp.
|
inline |
Definition at line 413 of file geometry-object.hpp.
|
inline |
Definition at line 406 of file geometry-object.hpp.
|
inlinevirtual |
Definition at line 394 of file geometry-object.hpp.
|
protected |
Definition at line 428 of file geometry-object.hpp.
|
protected |
Definition at line 429 of file geometry-object.hpp.