Class ShapeBase

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class ShapeBase : public hpp::fcl::CollisionGeometry

Base class for all basic geometric shapes.

Subclassed by hpp::fcl::Box, hpp::fcl::Capsule, hpp::fcl::Cone, hpp::fcl::ConvexBase, hpp::fcl::Cylinder, hpp::fcl::Ellipsoid, hpp::fcl::Halfspace, hpp::fcl::Plane, hpp::fcl::Sphere, hpp::fcl::TriangleP

Public Functions

inline ShapeBase()
inline ShapeBase(const ShapeBase &other)

Copy constructor

ShapeBase &operator=(const ShapeBase &other) = default
inline virtual ~ShapeBase()
inline virtual OBJECT_TYPE getObjectType() const

Get object type: a geometric shape.