#include <conversor.h>
|
| static void | to (const F2CCell &_poly, std::vector< GeometryMsgs::Polygon > &_ros_poly) |
| |
| static void | to (const F2CCells &_polys, std::vector< std::vector< GeometryMsgs::Polygon >> &_ros_polys) |
| |
| static void | to (const F2CLineString &_line, NavMsgs::Path &_path) |
| |
| static void | to (const F2CPoint &_point, GeometryMsgs::Point &_p64) |
| |
| static void | to (const F2CPoint &_point, GeometryMsgs::Point32 &_p32) |
| |
| template<class T > |
| static void | to (const T &_curve, GeometryMsgs::Polygon &_poly) |
| |
Definition at line 38 of file conversor.h.
◆ to() [1/6]
| void conversor::ROS::to |
( |
const F2CCell & |
_poly, |
|
|
std::vector< GeometryMsgs::Polygon > & |
_ros_poly |
|
) |
| |
|
static |
◆ to() [2/6]
| void conversor::ROS::to |
( |
const F2CCells & |
_polys, |
|
|
std::vector< std::vector< GeometryMsgs::Polygon >> & |
_ros_polys |
|
) |
| |
|
static |
◆ to() [3/6]
| void conversor::ROS::to |
( |
const F2CLineString & |
_line, |
|
|
NavMsgs::Path & |
_path |
|
) |
| |
|
static |
◆ to() [4/6]
| void conversor::ROS::to |
( |
const F2CPoint & |
_point, |
|
|
GeometryMsgs::Point & |
_p64 |
|
) |
| |
|
static |
◆ to() [5/6]
| void conversor::ROS::to |
( |
const F2CPoint & |
_point, |
|
|
GeometryMsgs::Point32 & |
_p32 |
|
) |
| |
|
static |
◆ to() [6/6]
template<class T >
| void conversor::ROS::to |
( |
const T & |
_curve, |
|
|
GeometryMsgs::Polygon & |
_poly |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files: