#include <bspline_data.h>
Public Member Functions | |
BSplineElementCoefficients (void) | |
int & | operator[] (int idx) |
const int & | operator[] (int idx) const |
Public Attributes | |
int | coeffs [Degree+1] |
Definition at line 100 of file bspline_data.h.
pcl::poisson::BSplineElementCoefficients< Degree >::BSplineElementCoefficients | ( | void | ) | [inline] |
Definition at line 103 of file bspline_data.h.
int& pcl::poisson::BSplineElementCoefficients< Degree >::operator[] | ( | int | idx | ) | [inline] |
Definition at line 104 of file bspline_data.h.
const int& pcl::poisson::BSplineElementCoefficients< Degree >::operator[] | ( | int | idx | ) | const [inline] |
Definition at line 105 of file bspline_data.h.
int pcl::poisson::BSplineElementCoefficients< Degree >::coeffs[Degree+1] |
Definition at line 102 of file bspline_data.h.