![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Octree.h>

Public Member Functions | |
| ConstNeighborKey (void) | |
| ConstNeighborKey (const ConstNeighborKey &key) | |
| ~ConstNeighborKey (void) | |
| int | depth (void) const |
| void | set (int depth) |
| OctNode< NodeData >::template ConstNeighbors< LeftRadius+RightRadius+1 > & | getNeighbors (const OctNode *node) |
| template<unsigned int _LeftRadius, unsigned int _RightRadius> | |
| void | getNeighbors (const OctNode *node, ConstNeighbors< _LeftRadius+_RightRadius+1 > &neighbors) |
Public Attributes | |
| ConstNeighbors< Width > * | neighbors |
Static Public Attributes | |
| static const int | Width = LeftRadius + RightRadius + 1 |
| OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::ConstNeighborKey | ( | void | ) |
| OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::ConstNeighborKey | ( | const ConstNeighborKey< LeftRadius, RightRadius > & | key | ) |
| OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::~ConstNeighborKey | ( | void | ) |
|
inline |
| OctNode< NodeData >::template ConstNeighbors< LeftRadius+RightRadius+1 >& OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::getNeighbors | ( | const OctNode * | node | ) |
| void OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::getNeighbors | ( | const OctNode * | node, |
| ConstNeighbors< _LeftRadius+_RightRadius+1 > & | neighbors | ||
| ) |
| void OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::set | ( | int | depth | ) |
| ConstNeighbors<Width>* OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >::neighbors |
|
static |