|
Krita Source Code Documentation
|
#include <bspline_structs.h>
Public Attributes | |
| double *restrict | coefs |
| spline_code | spcode |
| type_code | tcode |
| Ugrid | x_grid |
| int | x_stride |
| BCtype_d | xBC |
| Ugrid | y_grid |
| BCtype_d | yBC |
Definition at line 69 of file bspline_structs.h.
| double* restrict UBspline_2d_d::coefs |
Definition at line 73 of file bspline_structs.h.
| spline_code UBspline_2d_d::spcode |
Definition at line 71 of file bspline_structs.h.
| type_code UBspline_2d_d::tcode |
Definition at line 72 of file bspline_structs.h.
| Ugrid UBspline_2d_d::x_grid |
Definition at line 75 of file bspline_structs.h.
| int UBspline_2d_d::x_stride |
Definition at line 74 of file bspline_structs.h.
| BCtype_d UBspline_2d_d::xBC |
Definition at line 76 of file bspline_structs.h.
| Ugrid UBspline_2d_d::y_grid |
Definition at line 75 of file bspline_structs.h.
| BCtype_d UBspline_2d_d::yBC |
Definition at line 76 of file bspline_structs.h.