|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/poisson4/multi_grid_octree_data.h>
Public Member Functions | |
| TreeNodeData (void) | |
| ~TreeNodeData (void) | |
Public Attributes | |
| int | nodeIndex |
| union { | |
| int mcIndex | |
| struct { | |
| Real centerWeightContribution | |
| int normalIndex | |
| } | |
| }; | |
| Real | constraint |
| Real | solution |
| int | pointIndex |
Static Public Attributes | |
| static int | UseIndex = 1 |
Definition at line 173 of file multi_grid_octree_data.h.
Definition at line 476 of file multi_grid_octree_data.hpp.
Definition at line 488 of file multi_grid_octree_data.hpp.
| union { ... } |
Definition at line 183 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetIsoValue(), and pcl::poisson::Octree< Degree >::SetLaplacianConstraints().
Definition at line 187 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::SetLaplacianConstraints().
Definition at line 180 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetMCIsoTriangles().
Definition at line 177 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::SortedTreeNodes::CornerTableData::cornerIndices(), pcl::poisson::SortedTreeNodes::EdgeTableData::edgeIndices(), pcl::poisson::SortedTreeNodes::CornerTableData::operator[](), pcl::poisson::SortedTreeNodes::EdgeTableData::operator[](), pcl::poisson::SortedTreeNodes::setCornerTable(), pcl::poisson::SortedTreeNodes::setEdgeTable(), and pcl::poisson::Octree< Degree >::SetLaplacianConstraints().
Definition at line 184 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::SetLaplacianConstraints().
Definition at line 188 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::setTree().
Definition at line 187 of file multi_grid_octree_data.h.
int pcl::poisson::TreeNodeData::UseIndex = 1 [static] |
Definition at line 176 of file multi_grid_octree_data.h.