Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/octree_poisson.h>
Public Member Functions | |
ConstNeighborKey3 (void) | |
~ConstNeighborKey3 (void) | |
void | set (int depth) |
ConstNeighbors3 & | getNeighbors (const OctNode *node) |
ConstNeighbors3 & | getNeighbors (const OctNode *node, int minDepth) |
Public Attributes | |
ConstNeighbors3 * | neighbors |
Definition at line 222 of file octree_poisson.h.
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::ConstNeighborKey3 | ( | void | ) |
Definition at line 1539 of file octree_poisson.hpp.
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::~ConstNeighborKey3 | ( | void | ) |
Definition at line 1542 of file octree_poisson.hpp.
ConstNeighbors3& pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::getNeighbors | ( | const OctNode * | node | ) |
ConstNeighbors3& pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::getNeighbors | ( | const OctNode * | node, |
int | minDepth | ||
) |
void pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::set | ( | int | depth | ) |
Definition at line 1548 of file octree_poisson.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d.
ConstNeighbors3* pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::neighbors |
Definition at line 225 of file octree_poisson.h.