▼Coctomap::AbstractOcTree | This abstract class is an interface to all octrees and provides a factory design pattern for readin and writing all kinds of OcTrees to files (see read()) |
▼Coctomap::AbstractOccupancyOcTree | Interface class for all octree types that store occupancy |
▼Coctomap::OcTreeBaseImpl< ColorOcTreeNode, AbstractOccupancyOcTree > | |
▼Coctomap::OccupancyOcTreeBase< ColorOcTreeNode > | |
Coctomap::ColorOcTree | |
▼Coctomap::OcTreeBaseImpl< NODE, AbstractOccupancyOcTree > | |
Coctomap::OccupancyOcTreeBase< NODE > | Base implementation for Occupancy Octrees (e.g |
▼Coctomap::OcTreeBaseImpl< OcTreeNode, AbstractOccupancyOcTree > | |
▼Coctomap::OccupancyOcTreeBase< OcTreeNode > | |
Coctomap::OcTree | Octomap main map data structure, stores 3D occupancy grid map in an OcTree |
▼Coctomap::OcTreeBaseImpl< OcTreeNodeStamped, AbstractOccupancyOcTree > | |
▼Coctomap::OccupancyOcTreeBase< OcTreeNodeStamped > | |
Coctomap::OcTreeStamped | |
▼Coctomap::OcTreeBaseImpl< CountingOcTreeNode, AbstractOcTree > | |
▼Coctomap::OcTreeBase< CountingOcTreeNode > | |
Coctomap::CountingOcTree | An AbstractOcTree which stores an internal counter per node / volume |
▼Coctomap::OcTreeBaseImpl< NODE, AbstractOcTree > | |
Coctomap::OcTreeBase< NODE > | |
▼Coctomap::AbstractOcTreeNode | |
Coctomap::OcTreeDataNode< T > | Basic node in the OcTree that can hold arbitrary data of type T in value |
▼Coctomap::OcTreeDataNode< float > | |
▼Coctomap::OcTreeNode | Nodes to be used in OcTree |
Coctomap::ColorOcTreeNode | |
Coctomap::OcTreeNodeStamped | |
▼Coctomap::OcTreeDataNode< unsigned int > | |
Coctomap::CountingOcTreeNode | An Octree-node which stores an internal counter per node / volume |
Coctomap::ColorOcTreeNode::Color | |
▼CINTERFACE | |
Coctomap::OcTreeBaseImpl< NODE, INTERFACE > | OcTree base class, to be used with with any kind of OcTreeDataNode |
▼Citerator | |
▼Citerator_base | Base class for OcTree iterators |
Cleaf_bbx_iterator | Bounding-box leaf iterator |
Cleaf_iterator | Iterator to iterate over all leafs of the tree |
Ctree_iterator | Iterator over the complete tree (inner nodes and leafs) |
Coctomap::OcTreeKey::KeyHash | Provides a hash function on Keys |
Coctomap::KeyRay | |
Coctomap::MapCollection< MAPNODE > | |
Coctomap::MapNode< TREETYPE > | |
Coctomap::OcTreeKey | OcTreeKey is a container class for internal key addressing |
Coctomap::Pointcloud | A collection of 3D coordinates (point3d), which are regarded as endpoints of a 3D laser scan |
Coctomath::Pose6D | This class represents a tree-dimensional pose of an object |
Coctomath::Quaternion | This class represents a Quaternion |
Coctomap::ScanEdge | A connection between two ScanNodes |
Coctomap::ScanGraph | A ScanGraph is a collection of ScanNodes, connected by ScanEdges |
Coctomap::ScanNode | A 3D scan as Pointcloud, performed from a Pose6D |
Citerator_base::StackElement | Element on the internal recursion stack of the iterator |
Coctomap::CountingOcTree::StaticMemberInitializer | Static member object which ensures that this OcTree's prototype ends up in the classIDMapping only once |
Coctomap::OcTree::StaticMemberInitializer | Static member object which ensures that this OcTree's prototype ends up in the classIDMapping only once |
Coctomap::ColorOcTree::StaticMemberInitializer | Static member object which ensures that this OcTree's prototype ends up in the classIDMapping only once |
Coctomap::OcTreeStamped::StaticMemberInitializer | Static member object which ensures that this OcTree's prototype ends up in the classIDMapping only once |
Coctomath::Vector3 | This class represents a three-dimensional vector |