Point Cloud Library (PCL)
1.14.1-dev
|
#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 pcl::poisson::BSplineElementCoefficients< Degree >::coeffs.
|
inline |
Definition at line 108 of file bspline_data.h.
References pcl::poisson::BSplineElementCoefficients< Degree >::coeffs.
int pcl::poisson::BSplineElementCoefficients< Degree >::coeffs[Degree+1] = {} |
Definition at line 105 of file bspline_data.h.
Referenced by pcl::poisson::BSplineElementCoefficients< Degree >::operator[]().