#include <multi_grid_octree_data.h>
Static Public Member Functions | |
static long long | CenterIndex (const int &depth, const int offSet[DIMENSION], const int &maxDepth, int index[DIMENSION]) |
static long long | CenterIndex (const TreeOctNode *node, const int &maxDepth, int index[DIMENSION]) |
static long long | CenterIndex (const TreeOctNode *node, const int &maxDepth) |
static long long | CornerIndex (const int &depth, const int offSet[DIMENSION], const int &cIndex, const int &maxDepth, int index[DIMENSION]) |
static long long | CornerIndex (const TreeOctNode *node, const int &cIndex, const int &maxDepth, int index[DIMENSION]) |
static long long | CornerIndex (const TreeOctNode *node, const int &cIndex, const int &maxDepth) |
static long long | EdgeIndex (const TreeOctNode *node, const int &eIndex, const int &maxDepth, int index[DIMENSION]) |
static long long | EdgeIndex (const TreeOctNode *node, const int &eIndex, const int &maxDepth) |
static long long | FaceIndex (const TreeOctNode *node, const int &fIndex, const int &maxDepth, int index[DIMENSION]) |
static long long | FaceIndex (const TreeOctNode *node, const int &fIndex, const int &maxDepth) |
Definition at line 63 of file multi_grid_octree_data.h.
long long pcl::poisson::VertexData::CenterIndex | ( | const int & | depth, |
const int | offSet[DIMENSION], | ||
const int & | maxDepth, | ||
int | index[DIMENSION] | ||
) | [static] |
Definition at line 3294 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::CenterIndex | ( | const TreeOctNode * | node, |
const int & | maxDepth, | ||
int | index[DIMENSION] | ||
) | [static] |
Definition at line 3281 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::CenterIndex | ( | const TreeOctNode * | node, |
const int & | maxDepth | ||
) | [static] |
Definition at line 3273 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::CornerIndex | ( | const int & | depth, |
const int | offSet[DIMENSION], | ||
const int & | cIndex, | ||
const int & | maxDepth, | ||
int | index[DIMENSION] | ||
) | [static] |
Definition at line 3328 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::CornerIndex | ( | const TreeOctNode * | node, |
const int & | cIndex, | ||
const int & | maxDepth, | ||
int | index[DIMENSION] | ||
) | [static] |
Definition at line 3313 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::CornerIndex | ( | const TreeOctNode * | node, |
const int & | cIndex, | ||
const int & | maxDepth | ||
) | [static] |
Definition at line 3305 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::EdgeIndex | ( | const TreeOctNode * | node, |
const int & | eIndex, | ||
const int & | maxDepth, | ||
int | index[DIMENSION] | ||
) | [static] |
Definition at line 3373 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::EdgeIndex | ( | const TreeOctNode * | node, |
const int & | eIndex, | ||
const int & | maxDepth | ||
) | [static] |
Definition at line 3365 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::FaceIndex | ( | const TreeOctNode * | node, |
const int & | fIndex, | ||
const int & | maxDepth, | ||
int | index[DIMENSION] | ||
) | [static] |
Definition at line 3349 of file multi_grid_octree_data.hpp.
long long pcl::poisson::VertexData::FaceIndex | ( | const TreeOctNode * | node, |
const int & | fIndex, | ||
const int & | maxDepth | ||
) | [static] |
Definition at line 3341 of file multi_grid_octree_data.hpp.