Base class for all basic geometric shapes. More...
#include <geometric_shapes.h>
Public Member Functions | |
OBJECT_TYPE | getObjectType () const |
Get object type: a geometric shape. | |
ShapeBase () |
Base class for all basic geometric shapes.
Definition at line 49 of file geometric_shapes.h.
fcl::ShapeBase::ShapeBase | ( | ) | [inline] |
Definition at line 52 of file geometric_shapes.h.
OBJECT_TYPE fcl::ShapeBase::getObjectType | ( | ) | const [inline, virtual] |
Get object type: a geometric shape.
Reimplemented from fcl::CollisionGeometry.
Definition at line 55 of file geometric_shapes.h.