#include <multi_grid_octree_data.h>
Classes | |
| struct | CornerIndices |
| struct | CornerTableData |
| struct | EdgeIndices |
| struct | EdgeTableData |
Public Member Functions | |
| int | getMaxCornerCount (const TreeOctNode *rootNode, int depth, int maxDepth, int threads) const |
| int | getMaxEdgeCount (const TreeOctNode *rootNode, int depth, int threads) const |
| void | set (TreeOctNode &root) |
| void | setCornerTable (CornerTableData &cData, const TreeOctNode *rootNode, int depth, int threads) const |
| void | setCornerTable (CornerTableData &cData, const TreeOctNode *rootNode, int threads) const |
| void | setCornerTable (CornerTableData &cData, int threads) const |
| void | setEdgeTable (EdgeTableData &eData, const TreeOctNode *rootNode, int depth, int threads) |
| void | setEdgeTable (EdgeTableData &eData, const TreeOctNode *rootNode, int threads) |
| void | setEdgeTable (EdgeTableData &eData, int threads) |
| SortedTreeNodes (void) | |
| ~SortedTreeNodes (void) | |
Public Attributes | |
| int | maxDepth |
| int * | nodeCount |
| TreeOctNode ** | treeNodes |
Definition at line 114 of file multi_grid_octree_data.h.
Definition at line 85 of file multi_grid_octree_data.hpp.
Definition at line 91 of file multi_grid_octree_data.hpp.
| int pcl::poisson::SortedTreeNodes::getMaxCornerCount | ( | const TreeOctNode * | rootNode, |
| int | depth, | ||
| int | maxDepth, | ||
| int | threads | ||
| ) | const |
Definition at line 250 of file multi_grid_octree_data.hpp.
| int pcl::poisson::SortedTreeNodes::getMaxEdgeCount | ( | const TreeOctNode * | rootNode, |
| int | depth, | ||
| int | threads | ||
| ) | const |
Definition at line 416 of file multi_grid_octree_data.hpp.
| void pcl::poisson::SortedTreeNodes::set | ( | TreeOctNode & | root | ) |
Definition at line 98 of file multi_grid_octree_data.hpp.
| void pcl::poisson::SortedTreeNodes::setCornerTable | ( | CornerTableData & | cData, |
| const TreeOctNode * | rootNode, | ||
| int | depth, | ||
| int | threads | ||
| ) | const |
Definition at line 123 of file multi_grid_octree_data.hpp.
| void pcl::poisson::SortedTreeNodes::setCornerTable | ( | CornerTableData & | cData, |
| const TreeOctNode * | rootNode, | ||
| int | threads | ||
| ) | const [inline] |
Definition at line 144 of file multi_grid_octree_data.h.
| void pcl::poisson::SortedTreeNodes::setCornerTable | ( | CornerTableData & | cData, |
| int | threads | ||
| ) | const [inline] |
Definition at line 145 of file multi_grid_octree_data.h.
| void pcl::poisson::SortedTreeNodes::setEdgeTable | ( | EdgeTableData & | eData, |
| const TreeOctNode * | rootNode, | ||
| int | depth, | ||
| int | threads | ||
| ) |
Definition at line 307 of file multi_grid_octree_data.hpp.
| void pcl::poisson::SortedTreeNodes::setEdgeTable | ( | EdgeTableData & | eData, |
| const TreeOctNode * | rootNode, | ||
| int | threads | ||
| ) | [inline] |
Definition at line 168 of file multi_grid_octree_data.h.
| void pcl::poisson::SortedTreeNodes::setEdgeTable | ( | EdgeTableData & | eData, |
| int | threads | ||
| ) | [inline] |
Definition at line 169 of file multi_grid_octree_data.h.
Definition at line 119 of file multi_grid_octree_data.h.
Definition at line 118 of file multi_grid_octree_data.h.
Definition at line 117 of file multi_grid_octree_data.h.