#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.
| pcl::poisson::TreeNodeData::TreeNodeData | ( | void | ) |
Definition at line 476 of file multi_grid_octree_data.hpp.
References centerWeightContribution, constraint, mcIndex, nodeIndex, normalIndex, pointIndex, solution, and UseIndex.
| pcl::poisson::TreeNodeData::~TreeNodeData | ( | void | ) |
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(), pcl::poisson::Octree< Degree >::SetLaplacianConstraints(), and TreeNodeData().
Definition at line 187 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::SetLaplacianConstraints(), and TreeNodeData().
Definition at line 180 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetMCIsoTriangles(), and TreeNodeData().
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::EdgeTableData::operator[](), pcl::poisson::SortedTreeNodes::CornerTableData::operator[](), pcl::poisson::SortedTreeNodes::setCornerTable(), pcl::poisson::SortedTreeNodes::setEdgeTable(), pcl::poisson::Octree< Degree >::SetLaplacianConstraints(), and TreeNodeData().
Definition at line 184 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::SetLaplacianConstraints(), and TreeNodeData().
Definition at line 188 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::setTree(), and TreeNodeData().
Definition at line 187 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetMCIsoTriangles(), pcl::poisson::Octree< Degree >::LaplacianMatrixIteration(), and TreeNodeData().
int pcl::poisson::TreeNodeData::UseIndex = 1 [static] |
Definition at line 176 of file multi_grid_octree_data.h.
Referenced by pcl::poisson::Octree< Degree >::setTree(), and TreeNodeData().