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

#include <bspline_structs.h>

Public Attributes

float *restrict coefs
 
spline_code spcode
 
type_code tcode
 
Ugrid x_grid
 
int x_stride
 
BCtype_s xBC
 
Ugrid y_grid
 
BCtype_s yBC
 

Detailed Description

Definition at line 36 of file bspline_structs.h.

Member Data Documentation

◆ coefs

float* restrict UBspline_2d_s::coefs

Definition at line 40 of file bspline_structs.h.

◆ spcode

spline_code UBspline_2d_s::spcode

Definition at line 38 of file bspline_structs.h.

◆ tcode

type_code UBspline_2d_s::tcode

Definition at line 39 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_2d_s::x_grid

Definition at line 42 of file bspline_structs.h.

◆ x_stride

int UBspline_2d_s::x_stride

Definition at line 41 of file bspline_structs.h.

◆ xBC

BCtype_s UBspline_2d_s::xBC

Definition at line 43 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_2d_s::y_grid

Definition at line 42 of file bspline_structs.h.

◆ yBC

BCtype_s UBspline_2d_s::yBC

Definition at line 43 of file bspline_structs.h.


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