Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/octree_poisson.h>
Public Member Functions | |
NeighborKey3 (void) | |
~NeighborKey3 (void) | |
void | set (int depth) |
Neighbors3 & | setNeighbors (OctNode *root, Point3D< Real > p, int d) |
Neighbors3 & | getNeighbors (OctNode *root, Point3D< Real > p, int d) |
Neighbors3 & | setNeighbors (OctNode *node, bool flags[3][3][3]) |
Neighbors3 & | setNeighbors (OctNode *node) |
Neighbors3 & | getNeighbors (OctNode *node) |
Public Attributes | |
Neighbors3 * | neighbors |
Definition at line 200 of file octree_poisson.h.
pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::NeighborKey3 | ( | void | ) |
Definition at line 1143 of file octree_poisson.hpp.
pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::~NeighborKey3 | ( | void | ) |
Definition at line 1146 of file octree_poisson.hpp.
Neighbors3& pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::getNeighbors | ( | OctNode * | node | ) |
Neighbors3& pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::getNeighbors | ( | OctNode * | root, |
Point3D< Real > | p, | ||
int | d | ||
) |
void pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::set | ( | int | depth | ) |
Definition at line 1153 of file octree_poisson.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d.
Neighbors3& pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::setNeighbors | ( | OctNode * | node | ) |
Neighbors3& pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::setNeighbors | ( | OctNode * | node, |
bool | flags[3][3][3] | ||
) |
Neighbors3& pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::setNeighbors | ( | OctNode * | root, |
Point3D< Real > | p, | ||
int | d | ||
) |
Neighbors3* pcl::poisson::OctNode< NodeData, Real >::NeighborKey3::neighbors |
Definition at line 203 of file octree_poisson.h.