Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3 Class Reference

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

+ Collaboration diagram for pcl::poisson::OctNode< NodeData, Real >::ConstNeighborKey3:

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 1536 of file octree_poisson.hpp.

◆ ~ConstNeighborKey3()

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

Definition at line 1539 of file octree_poisson.hpp.

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 1545 of file octree_poisson.hpp.

References pcl::poisson::OctNode< NodeData, Real >::d.

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.


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