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

Detailed Description

Definition at line 79 of file bspline_structs.h.

Member Data Documentation

◆ coefs

double* restrict UBspline_3d_d::coefs

Definition at line 83 of file bspline_structs.h.

◆ spcode

spline_code UBspline_3d_d::spcode

Definition at line 81 of file bspline_structs.h.

◆ tcode

type_code UBspline_3d_d::tcode

Definition at line 82 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_3d_d::x_grid

Definition at line 85 of file bspline_structs.h.

◆ x_stride

int UBspline_3d_d::x_stride

Definition at line 84 of file bspline_structs.h.

◆ xBC

BCtype_d UBspline_3d_d::xBC

Definition at line 86 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_3d_d::y_grid

Definition at line 85 of file bspline_structs.h.

◆ y_stride

int UBspline_3d_d::y_stride

Definition at line 84 of file bspline_structs.h.

◆ yBC

BCtype_d UBspline_3d_d::yBC

Definition at line 86 of file bspline_structs.h.

◆ z_grid

Ugrid UBspline_3d_d::z_grid

Definition at line 85 of file bspline_structs.h.

◆ zBC

BCtype_d UBspline_3d_d::zBC

Definition at line 86 of file bspline_structs.h.


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