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

#include <nubspline_structs.h>

Public Attributes

complex_float *restrict coefs
 
spline_code sp_code
 
type_code t_code
 
NUBasis *restrict x_basis
 
NUgrid *restrict x_grid
 
int x_stride
 
BCtype_c xBC
 
NUBasis *restrict *restrict y_basis
 
NUgrid *restrict *restrict y_grid
 
int y_stride
 
BCtype_c yBC
 
NUBasis *restrict *restrict *restrict z_basis
 
NUgrid *restrict *restrict *restrict z_grid
 
BCtype_c zBC
 

Detailed Description

Definition at line 151 of file nubspline_structs.h.

Member Data Documentation

◆ coefs

complex_float* restrict NUBspline_3d_c::coefs

Definition at line 155 of file nubspline_structs.h.

◆ sp_code

spline_code NUBspline_3d_c::sp_code

Definition at line 153 of file nubspline_structs.h.

◆ t_code

type_code NUBspline_3d_c::t_code

Definition at line 154 of file nubspline_structs.h.

◆ x_basis

NUBasis* restrict NUBspline_3d_c::x_basis

Definition at line 158 of file nubspline_structs.h.

◆ x_grid

NUgrid* restrict NUBspline_3d_c::x_grid

Definition at line 157 of file nubspline_structs.h.

◆ x_stride

int NUBspline_3d_c::x_stride

Definition at line 156 of file nubspline_structs.h.

◆ xBC

BCtype_c NUBspline_3d_c::xBC

Definition at line 159 of file nubspline_structs.h.

◆ y_basis

NUBasis* restrict * restrict NUBspline_3d_c::y_basis

Definition at line 158 of file nubspline_structs.h.

◆ y_grid

NUgrid* restrict * restrict NUBspline_3d_c::y_grid

Definition at line 157 of file nubspline_structs.h.

◆ y_stride

int NUBspline_3d_c::y_stride

Definition at line 156 of file nubspline_structs.h.

◆ yBC

BCtype_c NUBspline_3d_c::yBC

Definition at line 159 of file nubspline_structs.h.

◆ z_basis

NUBasis* restrict * restrict * restrict NUBspline_3d_c::z_basis

Definition at line 158 of file nubspline_structs.h.

◆ z_grid

NUgrid* restrict * restrict * restrict NUBspline_3d_c::z_grid

Definition at line 157 of file nubspline_structs.h.

◆ zBC

BCtype_c NUBspline_3d_c::zBC

Definition at line 159 of file nubspline_structs.h.


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