Voxomap
A C++11 voxel container.
voxomap::Node< T_Node > Member List

This is the complete list of members for voxomap::Node< T_Node >, including all inherited members.

_childIdvoxomap::Node< T_Node >protected
_childrenvoxomap::Node< T_Node >protected
_nbChildrenvoxomap::Node< T_Node >protected
_octreevoxomap::Node< T_Node >protected
_parentvoxomap::Node< T_Node >protected
_sizevoxomap::Node< T_Node >protected
_xvoxomap::Node< T_Node >protected
_yvoxomap::Node< T_Node >protected
_zvoxomap::Node< T_Node >protected
changeOctree(Octree< T_Node > &octree)voxomap::Node< T_Node >protected
empty() constvoxomap::Node< T_Node >
findNode(int x, int y, int z, int size) constvoxomap::Node< T_Node >
getChild(int x, int y, int z) constvoxomap::Node< T_Node >
getChildId() constvoxomap::Node< T_Node >
getChildPos(int x, int y, int z) constvoxomap::Node< T_Node >
getChildren() constvoxomap::Node< T_Node >
getNbChildren() constvoxomap::Node< T_Node >
getOctree() constvoxomap::Node< T_Node >
getParent() constvoxomap::Node< T_Node >
getSize() constvoxomap::Node< T_Node >
getX() constvoxomap::Node< T_Node >
getY() constvoxomap::Node< T_Node >
getZ() constvoxomap::Node< T_Node >
isInside(T x, T y, T z, T sx, T sy, T sz) constvoxomap::Node< T_Node >
isInside(T x, T y, T z) constvoxomap::Node< T_Node >
isInside(T x, T y, T z, T size) constvoxomap::Node< T_Node >
isInside(T_Node &node) constvoxomap::Node< T_Node >
merge(T_Node const &other)voxomap::Node< T_Node >
Node(int x, int y, int z, int size)voxomap::Node< T_Node >
Node(Node const &other)voxomap::Node< T_Node >
Octree< T_Node >voxomap::Node< T_Node >protected
operator!=(Node const &other) constvoxomap::Node< T_Node >
operator==(Node const &other) constvoxomap::Node< T_Node >
~Node()voxomap::Node< T_Node >virtual