|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/surface/3rdparty/poisson4/bspline_data.h>
Public Member Functions | |
| Polynomial< Degree > & | operator[] (int idx) |
| const Polynomial< Degree > & | operator[] (int idx) const |
| void | printnl () const |
| BSplineComponents | scale (double s) const |
| BSplineComponents | shift (double s) const |
Public Attributes | |
| Polynomial< Degree > | polys [Degree+1] |
Definition at line 50 of file bspline_data.h.
|
inline |
Definition at line 53 of file bspline_data.h.
References polys.
|
inline |
Definition at line 54 of file bspline_data.h.
References polys.
|
inline |
Definition at line 55 of file bspline_data.h.
References polys, and printnl().
Referenced by printnl().
|
inline |
|
inline |
| Polynomial< Degree > pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::polys[Degree+1] |
Definition at line 52 of file bspline_data.h.
Referenced by operator[](), operator[](), printnl(), scale(), and shift().