Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3 Class Reference

#include <pcl/surface/3rdparty/poisson4/octree_poisson.h>

Public Member Functions

 ConstNeighborKey3 (void)
 ~ConstNeighborKey3 (void)
void set (int depth)
ConstNeighbors3getNeighbors (const OctNode *node)
ConstNeighbors3getNeighbors (const OctNode *node, int minDepth)

Public Attributes

ConstNeighbors3neighbors

Detailed Description

template<class NodeData, class Real = float>
class pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3

Definition at line 222 of file octree_poisson.h.

Constructor & Destructor Documentation

◆ ConstNeighborKey3()

template<class NodeData, class Real>
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::ConstNeighborKey3 ( void )

Definition at line 1539 of file octree_poisson.hpp.

References neighbors.

◆ ~ConstNeighborKey3()

template<class NodeData, class Real>
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::~ConstNeighborKey3 ( void )

Definition at line 1542 of file octree_poisson.hpp.

References neighbors.

Member Function Documentation

◆ getNeighbors() [1/2]

template<class NodeData, class Real = float>
ConstNeighbors3 & pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::getNeighbors ( const OctNode * node)

◆ getNeighbors() [2/2]

template<class NodeData, class Real = float>
ConstNeighbors3 & pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::getNeighbors ( const OctNode * node,
int minDepth )

◆ set()

template<class NodeData, class Real>
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, and neighbors.

Member Data Documentation

◆ neighbors

template<class NodeData, class Real = float>
ConstNeighbors3* pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3::neighbors

Definition at line 225 of file octree_poisson.h.

Referenced by ConstNeighborKey3(), set(), and ~ConstNeighborKey3().


The documentation for this class was generated from the following files: