Go to the documentation of this file.
34 #ifndef OCTOMAP_OCTREE_BASE_H
35 #define OCTOMAP_OCTREE_BASE_H
OcTree base class, to be used with with any kind of OcTreeDataNode.
Definition: OcTreeBaseImpl.h:75
std::string getTreeType() const
returns actual class name as string for identification
Definition: OcTreeBase.h:51
OcTreeBase< NODE > * create() const
virtual constructor: creates a new object of same type (Covariant return type requires an up-to-date ...
Definition: OcTreeBase.h:50
This abstract class is an interface to all octrees and provides a factory design pattern for readin a...
Definition: AbstractOcTree.h:50
Definition: OcTreeBase.h:44
Tables used by the Marching Cubes Algorithm The tables are from Paul Bourke's web page http://paulbou...
double resolution
in meters
Definition: OcTreeBaseImpl.h:547