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

#include <nubspline_structs.h>

Public Attributes

void *restrict coefs
 
spline_code sp_code
 
type_code t_code
 
NUBasis *restrict x_basis
 
NUgrid *restrict x_grid
 
int x_stride
 
NUBasis *restrict *restrict y_basis
 
NUgrid *restrict *restrict y_grid
 

Detailed Description

Definition at line 36 of file nubspline_structs.h.

Member Data Documentation

◆ coefs

void* restrict NUBspline_2d::coefs

Definition at line 40 of file nubspline_structs.h.

◆ sp_code

spline_code NUBspline_2d::sp_code

Definition at line 38 of file nubspline_structs.h.

◆ t_code

type_code NUBspline_2d::t_code

Definition at line 39 of file nubspline_structs.h.

◆ x_basis

NUBasis* restrict NUBspline_2d::x_basis

Definition at line 43 of file nubspline_structs.h.

◆ x_grid

NUgrid* restrict NUBspline_2d::x_grid

Definition at line 42 of file nubspline_structs.h.

◆ x_stride

int NUBspline_2d::x_stride

Definition at line 41 of file nubspline_structs.h.

◆ y_basis

NUBasis* restrict * restrict NUBspline_2d::y_basis

Definition at line 43 of file nubspline_structs.h.

◆ y_grid

NUgrid* restrict * restrict NUBspline_2d::y_grid

Definition at line 42 of file nubspline_structs.h.


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