#include <octree_poisson.h>
Public Member Functions | |
ConstNeighborKey5 (void) | |
ConstNeighbors5 & | getNeighbors (const OctNode *node) |
void | set (int depth) |
~ConstNeighborKey5 (void) | |
Public Attributes | |
ConstNeighbors5 * | neighbors |
Private Attributes | |
int | _depth |
Definition at line 262 of file octree_poisson.h.
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey5::ConstNeighborKey5 | ( | void | ) |
Definition at line 1624 of file octree_poisson.hpp.
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey5::~ConstNeighborKey5 | ( | void | ) |
Definition at line 1636 of file octree_poisson.hpp.
OctNode< NodeData, Real >::ConstNeighbors5 & pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey5::getNeighbors | ( | const OctNode * | node | ) |
Definition at line 1820 of file octree_poisson.hpp.
void pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey5::set | ( | int | depth | ) |
Definition at line 1651 of file octree_poisson.hpp.
int pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey5::_depth [private] |
Definition at line 264 of file octree_poisson.h.
ConstNeighbors5* pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey5::neighbors |
Definition at line 266 of file octree_poisson.h.