|
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 |
| int | y_stride |
| BCtype_z | yBC |
| NUBasis *restrict *restrict *restrict | z_basis |
| NUgrid *restrict *restrict *restrict | z_grid |
| BCtype_z | zBC |
Definition at line 186 of file nubspline_structs.h.
| complex_double* restrict NUBspline_3d_z::coefs |
Definition at line 190 of file nubspline_structs.h.
| spline_code NUBspline_3d_z::sp_code |
Definition at line 188 of file nubspline_structs.h.
| type_code NUBspline_3d_z::t_code |
Definition at line 189 of file nubspline_structs.h.
Definition at line 193 of file nubspline_structs.h.
Definition at line 192 of file nubspline_structs.h.
| int NUBspline_3d_z::x_stride |
Definition at line 191 of file nubspline_structs.h.
| BCtype_z NUBspline_3d_z::xBC |
Definition at line 194 of file nubspline_structs.h.
Definition at line 193 of file nubspline_structs.h.
Definition at line 192 of file nubspline_structs.h.
| int NUBspline_3d_z::y_stride |
Definition at line 191 of file nubspline_structs.h.
| BCtype_z NUBspline_3d_z::yBC |
Definition at line 194 of file nubspline_structs.h.
Definition at line 193 of file nubspline_structs.h.
Definition at line 192 of file nubspline_structs.h.
| BCtype_z NUBspline_3d_z::zBC |
Definition at line 194 of file nubspline_structs.h.