#include <pcl/surface/3rdparty/poisson4/binary_node.h>
Static Public Member Functions | |
| static int | CenterCount (int depth) |
| static int | CornerCount (int depth) |
| static int | CumulativeCenterCount (int maxDepth) |
| static int | CumulativeCornerCount (int maxDepth) |
| static int | Index (int depth, int offSet) |
| static int | CenterIndex (int depth, int offSet) |
| static int | CornerIndex (int depth, int offSet) |
| static int | CornerIndex (int maxDepth, int depth, int offSet, int forwardCorner) |
| static Real | CornerIndexPosition (int index, int maxDepth) |
| static Real | Width (int depth) |
| static void | CenterAndWidth (int depth, int offset, Real ¢er, Real &width) |
| static void | CenterAndWidth (int idx, Real ¢er, Real &width) |
| static void | DepthAndOffset (int idx, int &depth, int &offset) |
Definition at line 39 of file binary_node.h.
| static void pcl::poisson::BinaryNode< Real >::CenterAndWidth | ( | int | idx, | |
| Real & | center, | |||
| Real & | width | |||
| ) | [inline, static] |
Definition at line 58 of file binary_node.h.
References pcl::poisson::BinaryNode< Real >::CenterAndWidth(), and pcl::poisson::BinaryNode< Real >::DepthAndOffset().
| static void pcl::poisson::BinaryNode< Real >::CenterAndWidth | ( | int | depth, | |
| int | offset, | |||
| Real & | center, | |||
| Real & | width | |||
| ) | [inline, static] |
Definition at line 53 of file binary_node.h.
Referenced by pcl::poisson::BinaryNode< Real >::CenterAndWidth(), and pcl::poisson::FunctionData< Degree, Real >::set().
| static int pcl::poisson::BinaryNode< Real >::CenterCount | ( | int | depth | ) | [inline, static] |
Definition at line 42 of file binary_node.h.
| static int pcl::poisson::BinaryNode< Real >::CenterIndex | ( | int | depth, | |
| int | offSet | |||
| ) | [inline, static] |
Definition at line 47 of file binary_node.h.
| static int pcl::poisson::BinaryNode< Real >::CornerCount | ( | int | depth | ) | [inline, static] |
Definition at line 43 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 50 of file binary_node.h.
| static int pcl::poisson::BinaryNode< Real >::CornerIndex | ( | int | depth, | |
| int | offSet | |||
| ) | [inline, static] |
Definition at line 48 of file binary_node.h.
| static Real pcl::poisson::BinaryNode< Real >::CornerIndexPosition | ( | int | index, | |
| int | maxDepth | |||
| ) | [inline, static] |
Definition at line 51 of file binary_node.h.
| static int pcl::poisson::BinaryNode< Real >::CumulativeCenterCount | ( | int | maxDepth | ) | [inline, static] |
Definition at line 44 of file binary_node.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::set().
| static int pcl::poisson::BinaryNode< Real >::CumulativeCornerCount | ( | int | maxDepth | ) | [inline, static] |
Definition at line 45 of file binary_node.h.
| static void pcl::poisson::BinaryNode< Real >::DepthAndOffset | ( | int | idx, | |
| int & | depth, | |||
| int & | offset | |||
| ) | [inline, static] |
Definition at line 64 of file binary_node.h.
Referenced by pcl::poisson::BinaryNode< Real >::CenterAndWidth(), and pcl::poisson::FunctionData< Degree, Real >::set().
| static int pcl::poisson::BinaryNode< Real >::Index | ( | int | depth, | |
| int | offSet | |||
| ) | [inline, static] |
Definition at line 46 of file binary_node.h.
| static Real pcl::poisson::BinaryNode< Real >::Width | ( | int | depth | ) | [inline, static] |
Definition at line 52 of file binary_node.h.