#include <pythonwrapper/GridMapWrapper.h>
|
| static Point2f | map2world (const T &map, const Point2i &p) |
| |
| static Point2f | map2worldf (const T &map, const Point2f &p) |
| |
| static Scalar | get (const T &map, int x, int y) |
| |
| static void | set (T &map, int x, int y, Scalar value) |
| |
| static boost::python::object | getMat (const T &map) |
| |
| static void | setMat (T &map, const boost::python::numeric::array &arr) |
| |
◆ ImgType
◆ map2world()
◆ map2worldf()
◆ get()
| static Scalar get |
( |
const T & |
map, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
inlinestatic |
◆ set()
| static void set |
( |
T & |
map, |
|
|
int |
x, |
|
|
int |
y, |
|
|
Scalar |
value |
|
) |
| |
|
inlinestatic |
◆ getMat()
| static boost::python::object getMat |
( |
const T & |
map | ) |
|
|
inlinestatic |
◆ setMat()
| static void setMat |
( |
T & |
map, |
|
|
const boost::python::numeric::array & |
arr |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: