MaCh3 2.2.1
Reference Guide
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SplineMonoStruct Struct Reference

KS: Struct storing information for spline monolith. More...

#include <Splines/SplineCommon.h>

Collaboration diagram for SplineMonoStruct:
[legend]

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!)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~SplineMonoStruct()

virtual SplineMonoStruct::~SplineMonoStruct ( )
inlinevirtual

Definition at line 32 of file SplineCommon.h.

32{};

Member Function Documentation

◆ ClassDef()

SplineMonoStruct::ClassDef ( SplineMonoStruct  ,
 
)

Member Data Documentation

◆ coeff_many

std::vector<float> SplineMonoStruct::coeff_many

CPU arrays to hold other coefficients.

Definition at line 38 of file SplineCommon.h.

◆ coeff_x

std::vector<float> SplineMonoStruct::coeff_x

KS: CPU arrays to hold X coefficient.

Definition at line 35 of file SplineCommon.h.

◆ nKnots_arr

std::vector<unsigned int> SplineMonoStruct::nKnots_arr

KS: CPU Number of knots per spline.

Definition at line 41 of file SplineCommon.h.

◆ paramNo_arr

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.


The documentation for this struct was generated from the following file: