|
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 |
| int | y_stride |
| BCtype_d | yBC |
| Ugrid | z_grid |
| BCtype_d | zBC |
Definition at line 79 of file bspline_structs.h.
| double* restrict UBspline_3d_d::coefs |
Definition at line 83 of file bspline_structs.h.
| spline_code UBspline_3d_d::spcode |
Definition at line 81 of file bspline_structs.h.
| type_code UBspline_3d_d::tcode |
Definition at line 82 of file bspline_structs.h.
| Ugrid UBspline_3d_d::x_grid |
Definition at line 85 of file bspline_structs.h.
| int UBspline_3d_d::x_stride |
Definition at line 84 of file bspline_structs.h.
| BCtype_d UBspline_3d_d::xBC |
Definition at line 86 of file bspline_structs.h.
| Ugrid UBspline_3d_d::y_grid |
Definition at line 85 of file bspline_structs.h.
| int UBspline_3d_d::y_stride |
Definition at line 84 of file bspline_structs.h.
| BCtype_d UBspline_3d_d::yBC |
Definition at line 86 of file bspline_structs.h.
| Ugrid UBspline_3d_d::z_grid |
Definition at line 85 of file bspline_structs.h.
| BCtype_d UBspline_3d_d::zBC |
Definition at line 86 of file bspline_structs.h.