Point Cloud Library (PCL)
1.14.1-dev
|
#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.
|
inlinestatic |
Definition at line 53 of file binary_node.h.
Referenced by pcl::poisson::BinaryNode< Real >::CenterAndWidth(), pcl::poisson::FunctionData< Degree, Real >::set(), pcl::poisson::BSplineData< Degree, Real >::set(), and pcl::poisson::FunctionData< Degree, Real >::setDotTables().
|
inlinestatic |
Definition at line 58 of file binary_node.h.
References pcl::poisson::BinaryNode< Real >::CenterAndWidth(), and pcl::poisson::BinaryNode< Real >::DepthAndOffset().
|
inlinestatic |
Definition at line 42 of file binary_node.h.
Referenced by pcl::poisson::BSplineData< Degree, Real >::set().
|
inlinestatic |
Definition at line 47 of file binary_node.h.
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid(), pcl::poisson::Octree< Degree >::GetWeightGrid(), and pcl::poisson::BSplineData< Degree, Real >::setDotTables().
|
inlinestatic |
Definition at line 43 of file binary_node.h.
Referenced by pcl::poisson::BSplineData< Degree, Real >::set().
|
inlinestatic |
Definition at line 48 of file binary_node.h.
Referenced by pcl::poisson::VertexData::CenterIndex(), pcl::poisson::OctNode< NodeData, Real >::centerIndex(), pcl::poisson::VertexData::EdgeIndex(), and pcl::poisson::VertexData::FaceIndex().
|
inlinestatic |
Definition at line 50 of file binary_node.h.
|
inlinestatic |
Definition at line 51 of file binary_node.h.
|
inlinestatic |
Definition at line 44 of file binary_node.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::set(), and pcl::poisson::BSplineData< Degree, Real >::set().
|
inlinestatic |
Definition at line 45 of file binary_node.h.
|
inlinestatic |
Definition at line 64 of file binary_node.h.
Referenced by pcl::poisson::BinaryNode< Real >::CenterAndWidth(), pcl::poisson::FunctionData< Degree, Real >::set(), pcl::poisson::BSplineData< Degree, Real >::set(), pcl::poisson::FunctionData< Degree, Real >::setDotTables(), and pcl::poisson::BSplineData< Degree, Real >::setSampleSpan().
|
inlinestatic |
Definition at line 46 of file binary_node.h.
|
inlinestatic |
Definition at line 52 of file binary_node.h.