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
Constructor of shape object.
Definition at line 91 of file shape.h.
Destructor of shape.
Definition at line 103 of file shape.h.
Member Function Documentation
Compute the distance of the shape from the view point (0,0,0)
- Returns:
- The distance.
Definition at line 116 of file shape.h.
Transform shape to target frame.
- Parameters:
-
[in] | trafo | Transformatuon, which is applied. |
Implemented in cob_3d_mapping::Polygon.
Member Data Documentation
Color of shape as RGB vector.
Definition at line 124 of file shape.h.
Frame, shape was created or merged the last time.
Definition at line 121 of file shape.h.
ID of shape.
Definition at line 118 of file shape.h.
Number of times, shape has been merged.
Definition at line 119 of file shape.h.
Limit for merge counter
Definition at line 120 of file shape.h.
The pose of the shape. Transforms points into the shape coordinate system.
Definition at line 123 of file shape.h.
The documentation for this class was generated from the following file: