|
Krita Source Code Documentation
|
#include <nubspline_structs.h>
Public Attributes | |
| complex_float *restrict | coefs |
| spline_code | sp_code |
| type_code | t_code |
| NUBasis *restrict | x_basis |
| NUgrid *restrict | x_grid |
| int | x_stride |
| BCtype_c | xBC |
| NUBasis *restrict *restrict | y_basis |
| NUgrid *restrict *restrict | y_grid |
| BCtype_c | yBC |
Definition at line 140 of file nubspline_structs.h.
| complex_float* restrict NUBspline_2d_c::coefs |
Definition at line 144 of file nubspline_structs.h.
| spline_code NUBspline_2d_c::sp_code |
Definition at line 142 of file nubspline_structs.h.
| type_code NUBspline_2d_c::t_code |
Definition at line 143 of file nubspline_structs.h.
Definition at line 147 of file nubspline_structs.h.
Definition at line 146 of file nubspline_structs.h.
| int NUBspline_2d_c::x_stride |
Definition at line 145 of file nubspline_structs.h.
| BCtype_c NUBspline_2d_c::xBC |
Definition at line 148 of file nubspline_structs.h.
Definition at line 147 of file nubspline_structs.h.
Definition at line 146 of file nubspline_structs.h.
| BCtype_c NUBspline_2d_c::yBC |
Definition at line 148 of file nubspline_structs.h.