|
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 |
| int | y_stride |
| BCtype_c | yBC |
| Ugrid | z_grid |
| BCtype_c | zBC |
Definition at line 113 of file bspline_structs.h.
| complex_float* restrict UBspline_3d_c::coefs |
Definition at line 117 of file bspline_structs.h.
| spline_code UBspline_3d_c::spcode |
Definition at line 115 of file bspline_structs.h.
| type_code UBspline_3d_c::tcode |
Definition at line 116 of file bspline_structs.h.
| Ugrid UBspline_3d_c::x_grid |
Definition at line 119 of file bspline_structs.h.
| int UBspline_3d_c::x_stride |
Definition at line 118 of file bspline_structs.h.
| BCtype_c UBspline_3d_c::xBC |
Definition at line 120 of file bspline_structs.h.
| Ugrid UBspline_3d_c::y_grid |
Definition at line 119 of file bspline_structs.h.
| int UBspline_3d_c::y_stride |
Definition at line 118 of file bspline_structs.h.
| BCtype_c UBspline_3d_c::yBC |
Definition at line 120 of file bspline_structs.h.
| Ugrid UBspline_3d_c::z_grid |
Definition at line 119 of file bspline_structs.h.
| BCtype_c UBspline_3d_c::zBC |
Definition at line 120 of file bspline_structs.h.