Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
pcl::poisson::BinaryNode< Real > Class Template Reference

#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 &center, Real &width)
 
static void CenterAndWidth (int idx, Real &center, Real &width)
 
static void DepthAndOffset (int idx, int &depth, int &offset)
 

Detailed Description

template<class Real>
class pcl::poisson::BinaryNode< Real >

Definition at line 39 of file binary_node.h.

Member Function Documentation

◆ CenterAndWidth() [1/2]

◆ CenterAndWidth() [2/2]

template<class Real >
static void pcl::poisson::BinaryNode< Real >::CenterAndWidth ( int idx,
Real & center,
Real & width )
inlinestatic

◆ CenterCount()

template<class Real >
static int pcl::poisson::BinaryNode< Real >::CenterCount ( int depth)
inlinestatic

Definition at line 42 of file binary_node.h.

Referenced by pcl::poisson::BSplineData< Degree, Real >::set().

◆ CenterIndex()

template<class Real >
static int pcl::poisson::BinaryNode< Real >::CenterIndex ( int depth,
int offSet )
inlinestatic

◆ CornerCount()

template<class Real >
static int pcl::poisson::BinaryNode< Real >::CornerCount ( int depth)
inlinestatic

Definition at line 43 of file binary_node.h.

Referenced by pcl::poisson::BSplineData< Degree, Real >::set().

◆ CornerIndex() [1/2]

◆ CornerIndex() [2/2]

template<class Real >
static int pcl::poisson::BinaryNode< Real >::CornerIndex ( int maxDepth,
int depth,
int offSet,
int forwardCorner )
inlinestatic

Definition at line 50 of file binary_node.h.

◆ CornerIndexPosition()

template<class Real >
static Real pcl::poisson::BinaryNode< Real >::CornerIndexPosition ( int index,
int maxDepth )
inlinestatic

Definition at line 51 of file binary_node.h.

◆ CumulativeCenterCount()

template<class Real >
static int pcl::poisson::BinaryNode< Real >::CumulativeCenterCount ( int maxDepth)
inlinestatic

◆ CumulativeCornerCount()

template<class Real >
static int pcl::poisson::BinaryNode< Real >::CumulativeCornerCount ( int maxDepth)
inlinestatic

Definition at line 45 of file binary_node.h.

◆ DepthAndOffset()

◆ Index()

template<class Real >
static int pcl::poisson::BinaryNode< Real >::Index ( int depth,
int offSet )
inlinestatic

Definition at line 46 of file binary_node.h.

◆ Width()

template<class Real >
static Real pcl::poisson::BinaryNode< Real >::Width ( int depth)
inlinestatic

Definition at line 52 of file binary_node.h.


The documentation for this class was generated from the following file: