|
Krita Source Code Documentation
|
#include <nubspline_structs.h>
Public Attributes | |
| double *restrict | coefs |
| spline_code | sp_code |
| type_code | t_code |
| NUBasis *restrict | x_basis |
| NUgrid *restrict | x_grid |
| int | x_stride |
| BCtype_d | xBC |
| NUBasis *restrict *restrict | y_basis |
| NUgrid *restrict *restrict | y_grid |
| int | y_stride |
| BCtype_d | yBC |
| NUBasis *restrict *restrict *restrict | z_basis |
| NUgrid *restrict *restrict *restrict | z_grid |
| BCtype_d | zBC |
Definition at line 116 of file nubspline_structs.h.
| double* restrict NUBspline_3d_d::coefs |
Definition at line 120 of file nubspline_structs.h.
| spline_code NUBspline_3d_d::sp_code |
Definition at line 118 of file nubspline_structs.h.
| type_code NUBspline_3d_d::t_code |
Definition at line 119 of file nubspline_structs.h.
Definition at line 123 of file nubspline_structs.h.
Definition at line 122 of file nubspline_structs.h.
| int NUBspline_3d_d::x_stride |
Definition at line 121 of file nubspline_structs.h.
| BCtype_d NUBspline_3d_d::xBC |
Definition at line 124 of file nubspline_structs.h.
Definition at line 123 of file nubspline_structs.h.
Definition at line 122 of file nubspline_structs.h.
| int NUBspline_3d_d::y_stride |
Definition at line 121 of file nubspline_structs.h.
| BCtype_d NUBspline_3d_d::yBC |
Definition at line 124 of file nubspline_structs.h.
Definition at line 123 of file nubspline_structs.h.
Definition at line 122 of file nubspline_structs.h.
| BCtype_d NUBspline_3d_d::zBC |
Definition at line 124 of file nubspline_structs.h.