|
Krita Source Code Documentation
|
#include <nubspline_structs.h>
Public Attributes | |
| float *restrict | coefs |
| spline_code | sp_code |
| type_code | t_code |
| NUBasis *restrict | x_basis |
| NUgrid *restrict | x_grid |
| int | x_stride |
| BCtype_s | xBC |
| NUBasis *restrict *restrict | y_basis |
| NUgrid *restrict *restrict | y_grid |
| int | y_stride |
| BCtype_s | yBC |
| NUBasis *restrict *restrict *restrict | z_basis |
| NUgrid *restrict *restrict *restrict | z_grid |
| BCtype_s | zBC |
Definition at line 81 of file nubspline_structs.h.
| float* restrict NUBspline_3d_s::coefs |
Definition at line 85 of file nubspline_structs.h.
| spline_code NUBspline_3d_s::sp_code |
Definition at line 83 of file nubspline_structs.h.
| type_code NUBspline_3d_s::t_code |
Definition at line 84 of file nubspline_structs.h.
Definition at line 88 of file nubspline_structs.h.
Definition at line 87 of file nubspline_structs.h.
| int NUBspline_3d_s::x_stride |
Definition at line 86 of file nubspline_structs.h.
| BCtype_s NUBspline_3d_s::xBC |
Definition at line 89 of file nubspline_structs.h.
Definition at line 88 of file nubspline_structs.h.
Definition at line 87 of file nubspline_structs.h.
| int NUBspline_3d_s::y_stride |
Definition at line 86 of file nubspline_structs.h.
| BCtype_s NUBspline_3d_s::yBC |
Definition at line 89 of file nubspline_structs.h.
Definition at line 88 of file nubspline_structs.h.
Definition at line 87 of file nubspline_structs.h.
| BCtype_s NUBspline_3d_s::zBC |
Definition at line 89 of file nubspline_structs.h.