#include <octree_poisson.h>
Public Member Functions | |
Neighbors5 & | getNeighbors (OctNode *node) |
NeighborKey5 (void) | |
void | set (int depth) |
Neighbors5 & | setNeighbors (OctNode *node, int xStart=0, int xEnd=5, int yStart=0, int yEnd=5, int zStart=0, int zEnd=5) |
~NeighborKey5 (void) | |
Public Attributes | |
Neighbors5 * | neighbors |
Private Attributes | |
int | _depth |
Definition at line 249 of file octree_poisson.h.
pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::NeighborKey5 | ( | void | ) |
Definition at line 1618 of file octree_poisson.hpp.
pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::~NeighborKey5 | ( | void | ) |
Definition at line 1630 of file octree_poisson.hpp.
OctNode< NodeData, Real >::Neighbors5 & pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::getNeighbors | ( | OctNode * | node | ) |
Definition at line 1660 of file octree_poisson.hpp.
void pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::set | ( | int | depth | ) |
Definition at line 1642 of file octree_poisson.hpp.
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 1776 of file octree_poisson.hpp.
int pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::_depth [private] |
Definition at line 251 of file octree_poisson.h.
Neighbors5* pcl::poisson::OctNode< NodeData, Real >::NeighborKey5::neighbors |
Definition at line 253 of file octree_poisson.h.