|
Krita Source Code Documentation
|
#include <nubspline_structs.h>
Public Attributes | |
| void *restrict | coefs |
| spline_code | sp_code |
| type_code | t_code |
| NUBasis *restrict | x_basis |
| NUgrid *restrict | x_grid |
| int | x_stride |
| NUBasis *restrict *restrict | y_basis |
| NUgrid *restrict *restrict | y_grid |
| int | y_stride |
| NUBasis *restrict *restrict *restrict | z_basis |
| NUgrid *restrict *restrict *restrict | z_grid |
Definition at line 46 of file nubspline_structs.h.
Definition at line 50 of file nubspline_structs.h.
| spline_code NUBspline_3d::sp_code |
Definition at line 48 of file nubspline_structs.h.
| type_code NUBspline_3d::t_code |
Definition at line 49 of file nubspline_structs.h.
Definition at line 53 of file nubspline_structs.h.
Definition at line 52 of file nubspline_structs.h.
| int NUBspline_3d::x_stride |
Definition at line 51 of file nubspline_structs.h.
Definition at line 53 of file nubspline_structs.h.
Definition at line 52 of file nubspline_structs.h.
| int NUBspline_3d::y_stride |
Definition at line 51 of file nubspline_structs.h.
Definition at line 53 of file nubspline_structs.h.
Definition at line 52 of file nubspline_structs.h.