Point Cloud Library (PCL)
1.13.1-dev
|
#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, pcl::poisson::OctNode< NodeData, Real >::nodeData, and pcl::poisson::TreeNodeData::nodeIndex.
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, pcl::poisson::OctNode< NodeData, Real >::nodeData, and pcl::poisson::TreeNodeData::nodeIndex.
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, pcl::poisson::OctNode< NodeData, Real >::nodeData, and pcl::poisson::TreeNodeData::nodeIndex.
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, pcl::poisson::OctNode< NodeData, Real >::nodeData, and pcl::poisson::TreeNodeData::nodeIndex.
int pcl::poisson::SortedTreeNodes::EdgeTableData::eCount |
Definition at line 163 of file multi_grid_octree_data.h.
Referenced by clear(), EdgeTableData(), 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(), 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 pcl::poisson::SortedTreeNodes::setEdgeTable().