Krita Source Code Documentation
Loading...
Searching...
No Matches
UBspline_3d_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
 
int y_stride
 
BCtype_s yBC
 
Ugrid z_grid
 
BCtype_s zBC
 

Detailed Description

Definition at line 46 of file bspline_structs.h.

Member Data Documentation

◆ coefs

float* restrict UBspline_3d_s::coefs

Definition at line 50 of file bspline_structs.h.

◆ spcode

spline_code UBspline_3d_s::spcode

Definition at line 48 of file bspline_structs.h.

◆ tcode

type_code UBspline_3d_s::tcode

Definition at line 49 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_3d_s::x_grid

Definition at line 52 of file bspline_structs.h.

◆ x_stride

int UBspline_3d_s::x_stride

Definition at line 51 of file bspline_structs.h.

◆ xBC

BCtype_s UBspline_3d_s::xBC

Definition at line 53 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_3d_s::y_grid

Definition at line 52 of file bspline_structs.h.

◆ y_stride

int UBspline_3d_s::y_stride

Definition at line 51 of file bspline_structs.h.

◆ yBC

BCtype_s UBspline_3d_s::yBC

Definition at line 53 of file bspline_structs.h.

◆ z_grid

Ugrid UBspline_3d_s::z_grid

Definition at line 52 of file bspline_structs.h.

◆ zBC

BCtype_s UBspline_3d_s::zBC

Definition at line 53 of file bspline_structs.h.


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