|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/surface/3rdparty/poisson4/octree_poisson.h>
Collaboration diagram for pcl::poisson::OctNode< NodeData, Real >::NeighborKey5:Public Member Functions | |
| NeighborKey5 (void) | |
| ~NeighborKey5 (void) | |
| void | set (int depth) |
| Neighbors5 & | getNeighbors (OctNode *node) |
| Neighbors5 & | setNeighbors (OctNode *node, int xStart=0, int xEnd=5, int yStart=0, int yEnd=5, int zStart=0, int zEnd=5) |
Public Attributes | |
| Neighbors5 * | neighbors |
Definition at line 249 of file octree_poisson.h.
| pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::NeighborKey5 | ( | void | ) |
Definition at line 1692 of file octree_poisson.hpp.
| pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::~NeighborKey5 | ( | void | ) |
Definition at line 1706 of file octree_poisson.hpp.
| OctNode< NodeData, Real >::Neighbors5 & pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::getNeighbors | ( | OctNode * | node | ) |
Definition at line 1740 of file octree_poisson.hpp.
References pcl::poisson::OctNode< NodeData, Real >::children, pcl::poisson::Cube::CornerIndex(), pcl::poisson::OctNode< NodeData, Real >::d, pcl::poisson::OctNode< NodeData, Real >::depth(), pcl::poisson::Cube::FactorCornerIndex(), pcl::poisson::OctNode< NodeData, Real >::Neighbors5::neighbors, and pcl::poisson::OctNode< NodeData, Real >::parent.
| void pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::set | ( | int | depth | ) |
Definition at line 1720 of file octree_poisson.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d.
| OctNode< NodeData, Real >::Neighbors5 & pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::setNeighbors | ( | OctNode * | node, |
| int | xStart = 0, |
||
| int | xEnd = 5, |
||
| int | yStart = 0, |
||
| int | yEnd = 5, |
||
| int | zStart = 0, |
||
| int | zEnd = 5 |
||
| ) |
Definition at line 1857 of file octree_poisson.hpp.
References pcl::poisson::OctNode< NodeData, Real >::children, pcl::poisson::Cube::CornerIndex(), pcl::poisson::OctNode< NodeData, Real >::d, pcl::poisson::OctNode< NodeData, Real >::depth(), pcl::poisson::Cube::FactorCornerIndex(), pcl::poisson::OctNode< NodeData, Real >::initChildren(), pcl::poisson::OctNode< NodeData, Real >::Neighbors5::neighbors, and pcl::poisson::OctNode< NodeData, Real >::parent.
| Neighbors5* pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::neighbors |
Definition at line 253 of file octree_poisson.h.