|
Krita Source Code Documentation
|
#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 |
Definition at line 70 of file nubspline_structs.h.
| float* restrict NUBspline_2d_s::coefs |
Definition at line 74 of file nubspline_structs.h.
| spline_code NUBspline_2d_s::sp_code |
Definition at line 72 of file nubspline_structs.h.
| type_code NUBspline_2d_s::t_code |
Definition at line 73 of file nubspline_structs.h.
Definition at line 77 of file nubspline_structs.h.
Definition at line 76 of file nubspline_structs.h.
| int NUBspline_2d_s::x_stride |
Definition at line 75 of file nubspline_structs.h.
| BCtype_s NUBspline_2d_s::xBC |
Definition at line 78 of file nubspline_structs.h.
Definition at line 77 of file nubspline_structs.h.
Definition at line 76 of file nubspline_structs.h.
| BCtype_s NUBspline_2d_s::yBC |
Definition at line 78 of file nubspline_structs.h.