#include <OcTreeBase.h>

Public Member Functions | |
| OcTreeBase< NODE > * | create () const |
| std::string | getTreeType () const |
| returns actual class name as string for identification | |
| OcTreeBase (double res) | |
Definition at line 44 of file OcTreeBase.h.
| octomap::OcTreeBase< NODE >::OcTreeBase | ( | double | res | ) | [inline] |
Definition at line 46 of file OcTreeBase.h.
| OcTreeBase<NODE>* octomap::OcTreeBase< NODE >::create | ( | ) | const [inline, virtual] |
virtual constructor: creates a new object of same type (Covariant return type requires an up-to-date compiler)
Implements octomap::AbstractOcTree.
Definition at line 50 of file OcTreeBase.h.
| std::string octomap::OcTreeBase< NODE >::getTreeType | ( | ) | const [inline, virtual] |
returns actual class name as string for identification
Reimplemented from octomap::OcTreeBaseImpl< NODE, AbstractOcTree >.
Definition at line 51 of file OcTreeBase.h.