Krita Source Code Documentation
Loading...
Searching...
No Matches
UBspline_3d_c Struct Reference

#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
 

Detailed Description

Definition at line 113 of file bspline_structs.h.

Member Data Documentation

◆ coefs

complex_float* restrict UBspline_3d_c::coefs

Definition at line 117 of file bspline_structs.h.

◆ spcode

spline_code UBspline_3d_c::spcode

Definition at line 115 of file bspline_structs.h.

◆ tcode

type_code UBspline_3d_c::tcode

Definition at line 116 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_3d_c::x_grid

Definition at line 119 of file bspline_structs.h.

◆ x_stride

int UBspline_3d_c::x_stride

Definition at line 118 of file bspline_structs.h.

◆ xBC

BCtype_c UBspline_3d_c::xBC

Definition at line 120 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_3d_c::y_grid

Definition at line 119 of file bspline_structs.h.

◆ y_stride

int UBspline_3d_c::y_stride

Definition at line 118 of file bspline_structs.h.

◆ yBC

BCtype_c UBspline_3d_c::yBC

Definition at line 120 of file bspline_structs.h.

◆ z_grid

Ugrid UBspline_3d_c::z_grid

Definition at line 119 of file bspline_structs.h.

◆ zBC

BCtype_c UBspline_3d_c::zBC

Definition at line 120 of file bspline_structs.h.


The documentation for this struct was generated from the following file: