|
Krita Source Code Documentation
|
#include <bspline_structs.h>
Public Attributes | |
| float *restrict | coefs |
| spline_code | spcode |
| type_code | tcode |
| Ugrid | x_grid |
| int | x_stride |
| BCtype_s | xBC |
| Ugrid | y_grid |
| BCtype_s | yBC |
Definition at line 36 of file bspline_structs.h.
| float* restrict UBspline_2d_s::coefs |
Definition at line 40 of file bspline_structs.h.
| spline_code UBspline_2d_s::spcode |
Definition at line 38 of file bspline_structs.h.
| type_code UBspline_2d_s::tcode |
Definition at line 39 of file bspline_structs.h.
| Ugrid UBspline_2d_s::x_grid |
Definition at line 42 of file bspline_structs.h.
| int UBspline_2d_s::x_stride |
Definition at line 41 of file bspline_structs.h.
| BCtype_s UBspline_2d_s::xBC |
Definition at line 43 of file bspline_structs.h.
| Ugrid UBspline_2d_s::y_grid |
Definition at line 42 of file bspline_structs.h.
| BCtype_s UBspline_2d_s::yBC |
Definition at line 43 of file bspline_structs.h.