|
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 |
| int | y_stride |
| BCtype_z | yBC |
| Ugrid | z_grid |
| BCtype_z | zBC |
Definition at line 147 of file bspline_structs.h.
| complex_double* restrict UBspline_3d_z::coefs |
Definition at line 151 of file bspline_structs.h.
| spline_code UBspline_3d_z::spcode |
Definition at line 149 of file bspline_structs.h.
| type_code UBspline_3d_z::tcode |
Definition at line 150 of file bspline_structs.h.
| Ugrid UBspline_3d_z::x_grid |
Definition at line 153 of file bspline_structs.h.
| int UBspline_3d_z::x_stride |
Definition at line 152 of file bspline_structs.h.
| BCtype_z UBspline_3d_z::xBC |
Definition at line 154 of file bspline_structs.h.
| Ugrid UBspline_3d_z::y_grid |
Definition at line 153 of file bspline_structs.h.
| int UBspline_3d_z::y_stride |
Definition at line 152 of file bspline_structs.h.
| BCtype_z UBspline_3d_z::yBC |
Definition at line 154 of file bspline_structs.h.
| Ugrid UBspline_3d_z::z_grid |
Definition at line 153 of file bspline_structs.h.
| BCtype_z UBspline_3d_z::zBC |
Definition at line 154 of file bspline_structs.h.