|
Krita Source Code Documentation
|
#include <bspline_structs.h>
Public Attributes | |
| complex_double *restrict | coefs |
| spline_code | spcode |
| type_code | tcode |
| Ugrid | x_grid |
| int | x_stride |
| BCtype_z | xBC |
| Ugrid | y_grid |
| BCtype_z | yBC |
Definition at line 137 of file bspline_structs.h.
| complex_double* restrict UBspline_2d_z::coefs |
Definition at line 141 of file bspline_structs.h.
| spline_code UBspline_2d_z::spcode |
Definition at line 139 of file bspline_structs.h.
| type_code UBspline_2d_z::tcode |
Definition at line 140 of file bspline_structs.h.
| Ugrid UBspline_2d_z::x_grid |
Definition at line 143 of file bspline_structs.h.
| int UBspline_2d_z::x_stride |
Definition at line 142 of file bspline_structs.h.
| BCtype_z UBspline_2d_z::xBC |
Definition at line 144 of file bspline_structs.h.
| Ugrid UBspline_2d_z::y_grid |
Definition at line 143 of file bspline_structs.h.
| BCtype_z UBspline_2d_z::yBC |
Definition at line 144 of file bspline_structs.h.