A representation of a cylinder, using a frame and dimensions. More...
#include <shape_tools.h>
Public Member Functions | |
Cylinder () | |
Cylinder (const tf::Pose &frame_in, const tf::Vector3 &dims_in) | |
Cylinder (const tf::Vector3 &dims_in) | |
void | transform (const tf::Transform &T) |
Public Attributes | |
tf::Vector3 | dims |
tf::Pose | frame |
std_msgs::Header | header |
A representation of a cylinder, using a frame and dimensions.
This description is displayed lower in the doxygen as an extended description along with the above brief description.
Definition at line 77 of file shape_tools.h.
object_manipulator::shapes::Cylinder::Cylinder | ( | ) | [inline] |
Definition at line 80 of file shape_tools.h.
object_manipulator::shapes::Cylinder::Cylinder | ( | const tf::Pose & | frame_in, |
const tf::Vector3 & | dims_in | ||
) | [inline] |
Definition at line 82 of file shape_tools.h.
object_manipulator::shapes::Cylinder::Cylinder | ( | const tf::Vector3 & | dims_in | ) | [inline] |
Definition at line 84 of file shape_tools.h.
void object_manipulator::shapes::Cylinder::transform | ( | const tf::Transform & | T | ) | [inline] |
Definition at line 86 of file shape_tools.h.
tf::Vector3 object_manipulator::shapes::Cylinder::dims |
Definition at line 90 of file shape_tools.h.
Definition at line 89 of file shape_tools.h.
Definition at line 88 of file shape_tools.h.