|
Robowflex
v0.1
Making MoveIt Easy
|
Supported shape types. More...
#include <geometry.h>
Public Types | |
| enum | Type { BOX = 0 , SPHERE = 1 , CYLINDER = 2 , CONE = 3 , MESH = 4 } |
Static Public Member Functions | |
| static Type | toType (const std::string &str) |
| Converts a string into a ShapeType. More... | |
| static const std::string & | toString (Type type) |
| Converts a ShapeType to its string. More... | |
Static Public Attributes | |
| static const unsigned int | MAX = (unsigned int)Geometry::ShapeType::MESH + 1 |
| Maximum value of ShapeType. More... | |
| static const std::vector< std::string > | STRINGS |
| Mapping of ShapeType to string. More... | |
Supported shape types.
Definition at line 40 of file geometry.h.
Definition at line 43 of file geometry.h.
|
static |
Converts a ShapeType to its string.
Definition at line 35 of file geometry.cpp.
|
static |
Converts a string into a ShapeType.
Definition at line 14 of file geometry.cpp.
|
static |
Maximum value of ShapeType.
Definition at line 52 of file geometry.h.
|
static |
Mapping of ShapeType to string.
Definition at line 53 of file geometry.h.