A representation of a cylinder, using a frame and dimensions. More...
#include <shape_tools.h>
Public Member Functions | |
Cylinder (const tf::Vector3 &dims_in) | |
Cylinder (const tf::Pose &frame_in, const tf::Vector3 &dims_in) | |
Cylinder () | |
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 71 of file shape_tools.h.
object_manipulator::shapes::Cylinder::Cylinder | ( | ) | [inline] |
Definition at line 74 of file shape_tools.h.
object_manipulator::shapes::Cylinder::Cylinder | ( | const tf::Pose & | frame_in, | |
const tf::Vector3 & | dims_in | |||
) | [inline] |
Definition at line 76 of file shape_tools.h.
object_manipulator::shapes::Cylinder::Cylinder | ( | const tf::Vector3 & | dims_in | ) | [inline] |
Definition at line 78 of file shape_tools.h.
void object_manipulator::shapes::Cylinder::transform | ( | const tf::Transform & | T | ) | [inline] |
Definition at line 80 of file shape_tools.h.
tf::Vector3 object_manipulator::shapes::Cylinder::dims |
Definition at line 84 of file shape_tools.h.
Definition at line 83 of file shape_tools.h.
std_msgs::Header object_manipulator::shapes::Cylinder::header |
Definition at line 82 of file shape_tools.h.