#include <binary_node.h>
Static Public Member Functions | |
static void | CenterAndWidth (int depth, int offset, Real ¢er, Real &width) |
static void | CenterAndWidth (int idx, Real ¢er, Real &width) |
static int | CenterCount (int depth) |
static int | CornerIndex (int maxDepth, int depth, int offSet, int forwardCorner) |
static Real | CornerIndexPosition (int index, int maxDepth) |
static int | CumulativeCenterCount (int maxDepth) |
static void | DepthAndOffset (int idx, int &depth, int &offset) |
static int | Index (int depth, int offSet) |
static Real | Width (int depth) |
Definition at line 49 of file binary_node.h.
static void pcl::poisson::BinaryNode< Real >::CenterAndWidth | ( | int | depth, |
int | offset, | ||
Real & | center, | ||
Real & | width | ||
) | [inline, static] |
Definition at line 67 of file binary_node.h.
static void pcl::poisson::BinaryNode< Real >::CenterAndWidth | ( | int | idx, |
Real & | center, | ||
Real & | width | ||
) | [inline, static] |
Definition at line 77 of file binary_node.h.
static int pcl::poisson::BinaryNode< Real >::CenterCount | ( | int | depth | ) | [inline, static] |
Definition at line 52 of file binary_node.h.
static int pcl::poisson::BinaryNode< Real >::CornerIndex | ( | int | maxDepth, |
int | depth, | ||
int | offSet, | ||
int | forwardCorner | ||
) | [inline, static] |
Definition at line 55 of file binary_node.h.
static Real pcl::poisson::BinaryNode< Real >::CornerIndexPosition | ( | int | index, |
int | maxDepth | ||
) | [inline, static] |
Definition at line 57 of file binary_node.h.
static int pcl::poisson::BinaryNode< Real >::CumulativeCenterCount | ( | int | maxDepth | ) | [inline, static] |
Definition at line 53 of file binary_node.h.
static void pcl::poisson::BinaryNode< Real >::DepthAndOffset | ( | int | idx, |
int & | depth, | ||
int & | offset | ||
) | [inline, static] |
Definition at line 84 of file binary_node.h.
static int pcl::poisson::BinaryNode< Real >::Index | ( | int | depth, |
int | offSet | ||
) | [inline, static] |
Definition at line 54 of file binary_node.h.
static Real pcl::poisson::BinaryNode< Real >::Width | ( | int | depth | ) | [inline, static] |
Definition at line 59 of file binary_node.h.