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

#include <bspline_structs.h>

Public Attributes

double *restrict coefs
 
spline_code spcode
 
type_code tcode
 
Ugrid x_grid
 
int x_stride
 
BCtype_d xBC
 
Ugrid y_grid
 
BCtype_d yBC
 

Detailed Description

Definition at line 69 of file bspline_structs.h.

Member Data Documentation

◆ coefs

double* restrict UBspline_2d_d::coefs

Definition at line 73 of file bspline_structs.h.

◆ spcode

spline_code UBspline_2d_d::spcode

Definition at line 71 of file bspline_structs.h.

◆ tcode

type_code UBspline_2d_d::tcode

Definition at line 72 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_2d_d::x_grid

Definition at line 75 of file bspline_structs.h.

◆ x_stride

int UBspline_2d_d::x_stride

Definition at line 74 of file bspline_structs.h.

◆ xBC

BCtype_d UBspline_2d_d::xBC

Definition at line 76 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_2d_d::y_grid

Definition at line 75 of file bspline_structs.h.

◆ yBC

BCtype_d UBspline_2d_d::yBC

Definition at line 76 of file bspline_structs.h.


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