|
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 |
| int | y_stride |
| BCtype_s | yBC |
| Ugrid | z_grid |
| BCtype_s | zBC |
Definition at line 46 of file bspline_structs.h.
| float* restrict UBspline_3d_s::coefs |
Definition at line 50 of file bspline_structs.h.
| spline_code UBspline_3d_s::spcode |
Definition at line 48 of file bspline_structs.h.
| type_code UBspline_3d_s::tcode |
Definition at line 49 of file bspline_structs.h.
| Ugrid UBspline_3d_s::x_grid |
Definition at line 52 of file bspline_structs.h.
| int UBspline_3d_s::x_stride |
Definition at line 51 of file bspline_structs.h.
| BCtype_s UBspline_3d_s::xBC |
Definition at line 53 of file bspline_structs.h.
| Ugrid UBspline_3d_s::y_grid |
Definition at line 52 of file bspline_structs.h.
| int UBspline_3d_s::y_stride |
Definition at line 51 of file bspline_structs.h.
| BCtype_s UBspline_3d_s::yBC |
Definition at line 53 of file bspline_structs.h.
| Ugrid UBspline_3d_s::z_grid |
Definition at line 52 of file bspline_structs.h.
| BCtype_s UBspline_3d_s::zBC |
Definition at line 53 of file bspline_structs.h.