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

#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
 
BCtype_z yBC
 

Detailed Description

Definition at line 137 of file bspline_structs.h.

Member Data Documentation

◆ coefs

complex_double* restrict UBspline_2d_z::coefs

Definition at line 141 of file bspline_structs.h.

◆ spcode

spline_code UBspline_2d_z::spcode

Definition at line 139 of file bspline_structs.h.

◆ tcode

type_code UBspline_2d_z::tcode

Definition at line 140 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_2d_z::x_grid

Definition at line 143 of file bspline_structs.h.

◆ x_stride

int UBspline_2d_z::x_stride

Definition at line 142 of file bspline_structs.h.

◆ xBC

BCtype_z UBspline_2d_z::xBC

Definition at line 144 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_2d_z::y_grid

Definition at line 143 of file bspline_structs.h.

◆ yBC

BCtype_z UBspline_2d_z::yBC

Definition at line 144 of file bspline_structs.h.


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