|
Krita Source Code Documentation
|
#include <bspline_structs.h>
Public Attributes | |
| complex_float *restrict | coefs |
| spline_code | spcode |
| type_code | tcode |
| Ugrid | x_grid |
| int | x_stride |
| BCtype_c | xBC |
| Ugrid | y_grid |
| BCtype_c | yBC |
Definition at line 103 of file bspline_structs.h.
| complex_float* restrict UBspline_2d_c::coefs |
Definition at line 107 of file bspline_structs.h.
| spline_code UBspline_2d_c::spcode |
Definition at line 105 of file bspline_structs.h.
| type_code UBspline_2d_c::tcode |
Definition at line 106 of file bspline_structs.h.
| Ugrid UBspline_2d_c::x_grid |
Definition at line 109 of file bspline_structs.h.
| int UBspline_2d_c::x_stride |
Definition at line 108 of file bspline_structs.h.
| BCtype_c UBspline_2d_c::xBC |
Definition at line 110 of file bspline_structs.h.
| Ugrid UBspline_2d_c::y_grid |
Definition at line 109 of file bspline_structs.h.
| BCtype_c UBspline_2d_c::yBC |
Definition at line 110 of file bspline_structs.h.