|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/surface/3rdparty/poisson4/bspline_data.h>
Inheritance diagram for pcl::poisson::BSplineElements< Degree >:
Collaboration diagram for pcl::poisson::BSplineElements< Degree >: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 pcl::poisson::BSplineElements< Degree >::denominator.
| pcl::poisson::BSplineElements< Degree >::BSplineElements | ( | int | res, |
| int | offset, | ||
| int | boundary = NONE |
||
| ) |
Definition at line 406 of file bspline_data.hpp.
| void pcl::poisson::BSplineElements< Degree >::_addLeft | ( | int | offset, |
| int | boundary | ||
| ) |
Definition at line 424 of file bspline_data.hpp.
| void pcl::poisson::BSplineElements< Degree >::_addRight | ( | int | offset, |
| int | boundary | ||
| ) |
Definition at line 436 of file bspline_data.hpp.
| void pcl::poisson::BSplineElements< Degree >::differentiate | ( | BSplineElements< Degree-1 > & | d | ) | const |
Definition at line 459 of file bspline_data.hpp.
References pcl::poisson::BSplineElements< Degree >::denominator.
Referenced by pcl::poisson::BSplineData< Degree, Real >::setDotTables().
|
inline |
Definition at line 132 of file bspline_data.h.
References pcl::poisson::BSplineElements< Degree >::denominator.
| void pcl::poisson::BSplineElements< Degree >::upSample | ( | BSplineElements< Degree > & | high | ) | const |
Definition at line 448 of file bspline_data.hpp.
Referenced by pcl::poisson::BSplineData< Degree, Real >::setDotTables().
| void PCL_EXPORTS pcl::poisson::BSplineElements< 1 >::upSample | ( | BSplineElements< 1 > & | high | ) | const |
| void PCL_EXPORTS pcl::poisson::BSplineElements< 2 >::upSample | ( | BSplineElements< 2 > & | high | ) | const |
|
static |
Definition at line 113 of file bspline_data.h.
| int pcl::poisson::BSplineElements< Degree >::denominator |