|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/surface/3rdparty/poisson4/multi_grid_octree_data.h>
Public Member Functions | |
| EdgeTableData (void) | |
| ~EdgeTableData (void) | |
| void | clear (void) |
| EdgeIndices & | operator[] (const TreeOctNode *node) |
| const EdgeIndices & | operator[] (const TreeOctNode *node) const |
| EdgeIndices & | edgeIndices (const TreeOctNode *node) |
| const EdgeIndices & | edgeIndices (const TreeOctNode *node) const |
Public Attributes | |
| int | eCount |
| std::vector< EdgeIndices > | eTable |
| std::vector< int > | offsets |
Definition at line 154 of file multi_grid_octree_data.h.
|
inline |
Definition at line 156 of file multi_grid_octree_data.h.
References eCount.
|
inline |
Definition at line 157 of file multi_grid_octree_data.h.
References clear().
|
inline |
Definition at line 158 of file multi_grid_octree_data.h.
References eCount, and eTable.
Referenced by ~EdgeTableData().
| SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::edgeIndices | ( | const TreeOctNode * | node | ) |
Definition at line 305 of file multi_grid_octree_data.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d, eTable, pcl::poisson::OctNode< NodeData, Real >::nodeData, pcl::poisson::TreeNodeData::nodeIndex, and offsets.
| const SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::edgeIndices | ( | const TreeOctNode * | node | ) | const |
Definition at line 306 of file multi_grid_octree_data.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d, eTable, pcl::poisson::OctNode< NodeData, Real >::nodeData, pcl::poisson::TreeNodeData::nodeIndex, and offsets.
| SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::operator[] | ( | const TreeOctNode * | node | ) |
Definition at line 303 of file multi_grid_octree_data.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d, eTable, pcl::poisson::OctNode< NodeData, Real >::nodeData, pcl::poisson::TreeNodeData::nodeIndex, and offsets.
| const SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::operator[] | ( | const TreeOctNode * | node | ) | const |
Definition at line 304 of file multi_grid_octree_data.hpp.
References pcl::poisson::OctNode< NodeData, Real >::d, eTable, pcl::poisson::OctNode< NodeData, Real >::nodeData, pcl::poisson::TreeNodeData::nodeIndex, and offsets.
| int pcl::poisson::SortedTreeNodes::EdgeTableData::eCount |
Definition at line 163 of file multi_grid_octree_data.h.
Referenced by clear(), EdgeTableData(), pcl::poisson::Octree< Degree >::GetMCIsoTriangles(), and pcl::poisson::SortedTreeNodes::setEdgeTable().
| std::vector< EdgeIndices > pcl::poisson::SortedTreeNodes::EdgeTableData::eTable |
Definition at line 164 of file multi_grid_octree_data.h.
Referenced by clear(), edgeIndices(), edgeIndices(), operator[](), operator[](), and pcl::poisson::SortedTreeNodes::setEdgeTable().
| std::vector< int > pcl::poisson::SortedTreeNodes::EdgeTableData::offsets |
Definition at line 165 of file multi_grid_octree_data.h.
Referenced by edgeIndices(), edgeIndices(), operator[](), operator[](), and pcl::poisson::SortedTreeNodes::setEdgeTable().