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

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

Public Member Functions

 ConstNeighbors3 (void)
void clear (void)

Public Attributes

const OctNodeneighbors [3][3][3]

Detailed Description

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

Definition at line 215 of file octree_poisson.h.

Constructor & Destructor Documentation

◆ ConstNeighbors3()

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

Definition at line 1531 of file octree_poisson.hpp.

References clear().

Member Function Documentation

◆ clear()

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

Definition at line 1534 of file octree_poisson.hpp.

References neighbors.

Referenced by ConstNeighbors3().

Member Data Documentation

◆ neighbors

template<class NodeData, class Real = float>
const OctNode* pcl::poisson::OctNode< NodeData, Real >::ConstNeighbors3::neighbors[3][3][3]

Definition at line 218 of file octree_poisson.h.

Referenced by clear().


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