cob_3d_mapping::Shape Class Reference
Class, representing Shape objects.
More...
#include <shape.h>
List of all members.
Detailed Description
Class, representing Shape objects.
- Note:
- Base class for Cylinder and Polygon classes
Definition at line 78 of file shape.h.
Member Typedef Documentation
Constructor & Destructor Documentation
cob_3d_mapping::Shape::Shape |
( |
void |
|
) |
[inline] |
Constructor of shape object.
Definition at line 92 of file shape.h.
virtual cob_3d_mapping::Shape::~Shape |
( |
|
) |
[inline, virtual] |
Destructor of shape.
Definition at line 102 of file shape.h.
Member Function Documentation
double cob_3d_mapping::Shape::computeDistanceFromViewpoint |
( |
|
) |
[inline] |
virtual void cob_3d_mapping::Shape::transform2tf |
( |
const Eigen::Affine3f & |
trafo |
) |
[pure virtual] |
Member Data Documentation
Cenroid of shape.
Definition at line 115 of file shape.h.
Color of shape as RGB vector.
Definition at line 116 of file shape.h.
Frame, shape was created or merged the last time.
Definition at line 114 of file shape.h.
ID of shape.
Definition at line 112 of file shape.h.
Number of times, shape has been merged.
Definition at line 113 of file shape.h.
The documentation for this class was generated from the following file: