|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/surface/3rdparty/poisson4/bspline_data.h>
Public Member Functions | |
| BSplineElementCoefficients ()=default | |
| int & | operator[] (int idx) |
| const int & | operator[] (int idx) const |
Public Attributes | |
| int | coeffs [Degree+1] = {} |
Definition at line 103 of file bspline_data.h.
|
default |
|
inline |
Definition at line 107 of file bspline_data.h.
References coeffs.
|
inline |
Definition at line 108 of file bspline_data.h.
References coeffs.
| int pcl::poisson::BSplineElementCoefficients< Degree >::coeffs[Degree+1] = {} |
Definition at line 105 of file bspline_data.h.
Referenced by operator[](), and operator[]().