Krita Source Code Documentation
Loading...
Searching...
No Matches
UBspline_2d_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
 
BCtype_c yBC
 

Detailed Description

Definition at line 103 of file bspline_structs.h.

Member Data Documentation

◆ coefs

complex_float* restrict UBspline_2d_c::coefs

Definition at line 107 of file bspline_structs.h.

◆ spcode

spline_code UBspline_2d_c::spcode

Definition at line 105 of file bspline_structs.h.

◆ tcode

type_code UBspline_2d_c::tcode

Definition at line 106 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_2d_c::x_grid

Definition at line 109 of file bspline_structs.h.

◆ x_stride

int UBspline_2d_c::x_stride

Definition at line 108 of file bspline_structs.h.

◆ xBC

BCtype_c UBspline_2d_c::xBC

Definition at line 110 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_2d_c::y_grid

Definition at line 109 of file bspline_structs.h.

◆ yBC

BCtype_c UBspline_2d_c::yBC

Definition at line 110 of file bspline_structs.h.


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