Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/multi_grid_octree_data.h>
Static Public Member Functions | |
static long long | EdgeIndex (const TreeOctNode *node, int eIndex, int maxDepth, int index[DIMENSION]) |
static long long | EdgeIndex (const TreeOctNode *node, int eIndex, int maxDepth) |
static long long | FaceIndex (const TreeOctNode *node, int fIndex, int maxDepth, int index[DIMENSION]) |
static long long | FaceIndex (const TreeOctNode *node, int fIndex, int maxDepth) |
static long long | CornerIndex (int depth, const int offSet[DIMENSION], int cIndex, int maxDepth, int index[DIMENSION]) |
static long long | CornerIndex (const TreeOctNode *node, int cIndex, int maxDepth, int index[DIMENSION]) |
static long long | CornerIndex (const TreeOctNode *node, int cIndex, int maxDepth) |
static long long | CenterIndex (int depth, const int offSet[DIMENSION], int maxDepth, int index[DIMENSION]) |
static long long | CenterIndex (const TreeOctNode *node, int maxDepth, int index[DIMENSION]) |
static long long | CenterIndex (const TreeOctNode *node, int maxDepth) |
static long long | CornerIndexKey (const int index[DIMENSION]) |
Definition at line 99 of file multi_grid_octree_data.h.
|
static |
Definition at line 3889 of file multi_grid_octree_data.hpp.
References CenterIndex().
|
static |
Definition at line 3894 of file multi_grid_octree_data.hpp.
References pcl::poisson::BinaryNode< Real >::CornerIndex(), and pcl::poisson::OctNode< NodeData, Real >::depthAndOffset().
|
static |
Definition at line 3901 of file multi_grid_octree_data.hpp.
References pcl::poisson::BinaryNode< Real >::CornerIndex().
Referenced by CenterIndex().
|
static |
Definition at line 3906 of file multi_grid_octree_data.hpp.
References CornerIndex().
|
static |
Definition at line 3911 of file multi_grid_octree_data.hpp.
References CornerIndexKey(), pcl::poisson::OctNode< NodeData, Real >::depthAndOffset(), and pcl::poisson::Cube::FactorCornerIndex().
|
static |
Definition at line 3921 of file multi_grid_octree_data.hpp.
References CornerIndexKey(), and pcl::poisson::Cube::FactorCornerIndex().
Referenced by CornerIndex().
|
static |
Definition at line 3929 of file multi_grid_octree_data.hpp.
Referenced by CornerIndex().
|
static |
Definition at line 3949 of file multi_grid_octree_data.hpp.
References EdgeIndex().
|
static |
Definition at line 3954 of file multi_grid_octree_data.hpp.
References pcl::poisson::BinaryNode< Real >::CornerIndex(), pcl::poisson::OctNode< NodeData, Real >::depthAndOffset(), and pcl::poisson::Cube::FactorEdgeIndex().
Referenced by EdgeIndex().
|
static |
Definition at line 3934 of file multi_grid_octree_data.hpp.
References FaceIndex().
|
static |
Definition at line 3939 of file multi_grid_octree_data.hpp.
References pcl::poisson::BinaryNode< Real >::CornerIndex(), pcl::poisson::OctNode< NodeData, Real >::depthAndOffset(), and pcl::poisson::Cube::FactorFaceIndex().
Referenced by FaceIndex().