Krita Source Code Documentation
Loading...
Searching...
No Matches
NUBspline_2d_d Struct Reference

#include <nubspline_structs.h>

Public Attributes

double *restrict coefs
 
spline_code sp_code
 
type_code t_code
 
NUBasis *restrict x_basis
 
NUgrid *restrict x_grid
 
int x_stride
 
BCtype_d xBC
 
NUBasis *restrict *restrict y_basis
 
NUgrid *restrict *restrict y_grid
 
BCtype_d yBC
 

Detailed Description

Definition at line 105 of file nubspline_structs.h.

Member Data Documentation

◆ coefs

double* restrict NUBspline_2d_d::coefs

Definition at line 109 of file nubspline_structs.h.

◆ sp_code

spline_code NUBspline_2d_d::sp_code

Definition at line 107 of file nubspline_structs.h.

◆ t_code

type_code NUBspline_2d_d::t_code

Definition at line 108 of file nubspline_structs.h.

◆ x_basis

NUBasis* restrict NUBspline_2d_d::x_basis

Definition at line 112 of file nubspline_structs.h.

◆ x_grid

NUgrid* restrict NUBspline_2d_d::x_grid

Definition at line 111 of file nubspline_structs.h.

◆ x_stride

int NUBspline_2d_d::x_stride

Definition at line 110 of file nubspline_structs.h.

◆ xBC

BCtype_d NUBspline_2d_d::xBC

Definition at line 113 of file nubspline_structs.h.

◆ y_basis

NUBasis* restrict * restrict NUBspline_2d_d::y_basis

Definition at line 112 of file nubspline_structs.h.

◆ y_grid

NUgrid* restrict * restrict NUBspline_2d_d::y_grid

Definition at line 111 of file nubspline_structs.h.

◆ yBC

BCtype_d NUBspline_2d_d::yBC

Definition at line 113 of file nubspline_structs.h.


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