|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/surface/3rdparty/poisson4/bspline_data.h>
Public Types | |
| enum | { NONE = 0 , DIRICHLET = -1 , NEUMANN = 1 } |
Public Member Functions | |
| void | _addLeft (int offset, int boundary) |
| void | _addRight (int offset, int boundary) |
| BSplineElements () | |
| BSplineElements (int res, int offset, int boundary=NONE) | |
| void | upSample (BSplineElements &high) const |
| void | differentiate (BSplineElements< Degree-1 > &d) const |
| void | print (FILE *) const |
| void PCL_EXPORTS | upSample (BSplineElements< 1 > &high) const |
| void PCL_EXPORTS | upSample (BSplineElements< 2 > &high) const |
Public Attributes | |
| int | denominator |
Static Public Attributes | |
| static const int | _off = (Degree+1)/2 |
Definition at line 111 of file bspline_data.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NONE | |
| DIRICHLET | |
| NEUMANN | |
Definition at line 117 of file bspline_data.h.
|
inline |
Definition at line 126 of file bspline_data.h.
References denominator.
Referenced by differentiate(), upSample(), upSample(), and upSample().
| pcl::poisson::BSplineElements< Degree >::BSplineElements | ( | int | res, |
| int | offset, | ||
| int | boundary = NONE ) |
Definition at line 406 of file bspline_data.hpp.
References _addLeft(), _addRight(), _off, and denominator.
| void pcl::poisson::BSplineElements< Degree >::_addLeft | ( | int | offset, |
| int | boundary ) |
Definition at line 424 of file bspline_data.hpp.
References _addLeft(), and _off.
Referenced by _addLeft(), and BSplineElements().
| void pcl::poisson::BSplineElements< Degree >::_addRight | ( | int | offset, |
| int | boundary ) |
Definition at line 436 of file bspline_data.hpp.
References _addRight(), and _off.
Referenced by _addRight(), and BSplineElements().
| void pcl::poisson::BSplineElements< Degree >::differentiate | ( | BSplineElements< Degree-1 > & | d | ) | const |
Definition at line 459 of file bspline_data.hpp.
References BSplineElements(), and denominator.
Referenced by pcl::poisson::BSplineData< Degree, Real >::setDotTables().
|
inline |
Definition at line 132 of file bspline_data.h.
References denominator.
| void pcl::poisson::BSplineElements< Degree >::upSample | ( | BSplineElements< Degree > & | high | ) | const |
Definition at line 448 of file bspline_data.hpp.
References BSplineElements().
Referenced by pcl::poisson::BSplineData< Degree, Real >::setDotTables().
| void PCL_EXPORTS pcl::poisson::BSplineElements< 1 >::upSample | ( | BSplineElements< 1 > & | high | ) | const |
References BSplineElements().
| void PCL_EXPORTS pcl::poisson::BSplineElements< 2 >::upSample | ( | BSplineElements< 2 > & | high | ) | const |
References BSplineElements().
|
static |
Definition at line 113 of file bspline_data.h.
Referenced by _addLeft(), _addRight(), and BSplineElements().
| int pcl::poisson::BSplineElements< Degree >::denominator |
Definition at line 124 of file bspline_data.h.
Referenced by BSplineElements(), BSplineElements(), differentiate(), print(), and pcl::poisson::BSplineData< Degree, Real >::setDotTables().