![]() |
MaCh3 2.2.1
Reference Guide
|
KS: Struct storing information for spline monolith. More...
#include <Splines/SplineCommon.h>
Public Member Functions | |
virtual | ~SplineMonoStruct () |
ClassDef (SplineMonoStruct, 1) | |
Public Attributes | |
std::vector< float > | coeff_x |
KS: CPU arrays to hold X coefficient. | |
std::vector< float > | coeff_many |
CPU arrays to hold other coefficients. | |
std::vector< unsigned int > | nKnots_arr |
KS: CPU Number of knots per spline. | |
std::vector< short int > | paramNo_arr |
CW: CPU array with the number of points per spline (not per spline point!) | |
KS: Struct storing information for spline monolith.
This structure holds the X coefficients, other spline coefficients, the number of knots per spline, and the number of points per spline on the CPU.
Definition at line 30 of file SplineCommon.h.
|
inlinevirtual |
Definition at line 32 of file SplineCommon.h.
SplineMonoStruct::ClassDef | ( | SplineMonoStruct | , |
1 | |||
) |
std::vector<float> SplineMonoStruct::coeff_many |
CPU arrays to hold other coefficients.
Definition at line 38 of file SplineCommon.h.
std::vector<float> SplineMonoStruct::coeff_x |
KS: CPU arrays to hold X coefficient.
Definition at line 35 of file SplineCommon.h.
std::vector<unsigned int> SplineMonoStruct::nKnots_arr |
KS: CPU Number of knots per spline.
Definition at line 41 of file SplineCommon.h.
std::vector<short int> SplineMonoStruct::paramNo_arr |
CW: CPU array with the number of points per spline (not per spline point!)
Definition at line 44 of file SplineCommon.h.