#include <grid_map_patcher.h>
|
template<typename MapType > |
void | apply_text_raster (MapType &dst_map, std::istream &src_raster, const DiscretePoint2D &dst_offset, int w_zoom=1, int h_zoom=1) |
|
template<typename MapType > |
void | apply_text_raster (MapType &dst_map, std::istream &src_raster, int w_zoom=1, int h_zoom=1) |
|
Definition at line 12 of file grid_map_patcher.h.
template<typename MapType >
template<typename MapType >
void GridMapPatcher::apply_text_raster |
( |
MapType & |
dst_map, |
|
|
std::istream & |
src_raster, |
|
|
const DiscretePoint2D & |
dst_offset, |
|
|
int |
w_zoom = 1 , |
|
|
int |
h_zoom = 1 |
|
) |
| |
|
inline |
template<typename MapType >
void GridMapPatcher::apply_text_raster |
( |
MapType & |
dst_map, |
|
|
std::istream & |
src_raster, |
|
|
int |
w_zoom = 1 , |
|
|
int |
h_zoom = 1 |
|
) |
| |
|
inline |
template<typename MapType >
void GridMapPatcher::apply_text_raster |
( |
MapType & |
dst_map, |
|
|
std::istream & |
src_raster, |
|
|
bool |
autoalign, |
|
|
const DiscretePoint2D & |
dst_offset, |
|
|
int |
w_zoom, |
|
|
int |
h_zoom |
|
) |
| |
|
inlineprivate |
Occupancy GridMapPatcher::char_to_occupancy |
( |
char |
ch | ) |
|
|
inlineprivate |
GMPatches GridMapPatcher::patches_by_text_raster |
( |
std::istream & |
raster, |
|
|
int |
w_scale, |
|
|
int |
h_scale |
|
) |
| |
|
inlineprivate |
int GridMapPatcher::_curr_raster_h |
|
private |
int GridMapPatcher::_curr_raster_w |
|
private |
The documentation for this class was generated from the following file: