#include <OcTree.h>

Classes | |
| class | StaticMemberInitializer |
Public Member Functions | |
| OcTree * | create () const |
| std::string | getTreeType () const |
| OcTree (double resolution) | |
| Default constructor, sets resolution of leafs. | |
| OcTree (std::string _filename) | |
| virtual | ~OcTree () |
Static Protected Attributes | |
| static StaticMemberInitializer | ocTreeMemberInit |
| to ensure static initialization (only once) | |
octomap main map data structure, stores 3D occupancy grid map in an OcTree. Basic functionality is implemented in OcTreeBase.
| octomap::OcTree::OcTree | ( | double | resolution | ) | [inline] |
| octomap::OcTree::OcTree | ( | std::string | _filename | ) |
| virtual octomap::OcTree::~OcTree | ( | ) | [inline, virtual] |
| OcTree* octomap::OcTree::create | ( | ) | const [inline] |
| std::string octomap::OcTree::getTreeType | ( | ) | const [inline] |
Reimplemented from octomap::OcTreeBaseImpl< NODE, INTERFACE >.
OcTree::StaticMemberInitializer octomap::OcTree::ocTreeMemberInit [static, protected] |