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

#include <nubspline_structs.h>

Public Attributes

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

Detailed Description

Definition at line 70 of file nubspline_structs.h.

Member Data Documentation

◆ coefs

float* restrict NUBspline_2d_s::coefs

Definition at line 74 of file nubspline_structs.h.

◆ sp_code

spline_code NUBspline_2d_s::sp_code

Definition at line 72 of file nubspline_structs.h.

◆ t_code

type_code NUBspline_2d_s::t_code

Definition at line 73 of file nubspline_structs.h.

◆ x_basis

NUBasis* restrict NUBspline_2d_s::x_basis

Definition at line 77 of file nubspline_structs.h.

◆ x_grid

NUgrid* restrict NUBspline_2d_s::x_grid

Definition at line 76 of file nubspline_structs.h.

◆ x_stride

int NUBspline_2d_s::x_stride

Definition at line 75 of file nubspline_structs.h.

◆ xBC

BCtype_s NUBspline_2d_s::xBC

Definition at line 78 of file nubspline_structs.h.

◆ y_basis

NUBasis* restrict * restrict NUBspline_2d_s::y_basis

Definition at line 77 of file nubspline_structs.h.

◆ y_grid

NUgrid* restrict * restrict NUBspline_2d_s::y_grid

Definition at line 76 of file nubspline_structs.h.

◆ yBC

BCtype_s NUBspline_2d_s::yBC

Definition at line 78 of file nubspline_structs.h.


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