#include <ColorOcTreeDrawer.h>

Public Member Functions | |
| ColorOcTreeDrawer () | |
| virtual void | setOcTree (const AbstractOcTree &tree_pnt, const pose6d &origin, int map_id_) |
| virtual | ~ColorOcTreeDrawer () |
Definition at line 33 of file ColorOcTreeDrawer.h.
Definition at line 29 of file ColorOcTreeDrawer.cpp.
| octomap::ColorOcTreeDrawer::~ColorOcTreeDrawer | ( | ) | [virtual] |
Definition at line 33 of file ColorOcTreeDrawer.cpp.
| void octomap::ColorOcTreeDrawer::setOcTree | ( | const AbstractOcTree & | octree, |
| const pose6d & | origin, | ||
| int | map_id_ | ||
| ) | [virtual] |
sets a new OcTree that should be drawn by this drawer origin specifies a global transformation that should be applied
Reimplemented from octomap::OcTreeDrawer.
Definition at line 36 of file ColorOcTreeDrawer.cpp.