|
Krita Source Code Documentation
|
#include <nubspline_structs.h>
Public Attributes | |
| complex_double *restrict | coefs |
| spline_code | sp_code |
| type_code | t_code |
| NUBasis *restrict | x_basis |
| NUgrid *restrict | x_grid |
| int | x_stride |
| BCtype_z | xBC |
| NUBasis *restrict *restrict | y_basis |
| NUgrid *restrict *restrict | y_grid |
| BCtype_z | yBC |
Definition at line 175 of file nubspline_structs.h.
| complex_double* restrict NUBspline_2d_z::coefs |
Definition at line 179 of file nubspline_structs.h.
| spline_code NUBspline_2d_z::sp_code |
Definition at line 177 of file nubspline_structs.h.
| type_code NUBspline_2d_z::t_code |
Definition at line 178 of file nubspline_structs.h.
Definition at line 182 of file nubspline_structs.h.
Definition at line 181 of file nubspline_structs.h.
| int NUBspline_2d_z::x_stride |
Definition at line 180 of file nubspline_structs.h.
| BCtype_z NUBspline_2d_z::xBC |
Definition at line 183 of file nubspline_structs.h.
Definition at line 182 of file nubspline_structs.h.
Definition at line 181 of file nubspline_structs.h.
| BCtype_z NUBspline_2d_z::yBC |
Definition at line 183 of file nubspline_structs.h.