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

#include <bspline_structs.h>

Public Attributes

complex_double *restrict coefs
 
spline_code spcode
 
type_code tcode
 
Ugrid x_grid
 
int x_stride
 
BCtype_z xBC
 
Ugrid y_grid
 
int y_stride
 
BCtype_z yBC
 
Ugrid z_grid
 
BCtype_z zBC
 

Detailed Description

Definition at line 147 of file bspline_structs.h.

Member Data Documentation

◆ coefs

complex_double* restrict UBspline_3d_z::coefs

Definition at line 151 of file bspline_structs.h.

◆ spcode

spline_code UBspline_3d_z::spcode

Definition at line 149 of file bspline_structs.h.

◆ tcode

type_code UBspline_3d_z::tcode

Definition at line 150 of file bspline_structs.h.

◆ x_grid

Ugrid UBspline_3d_z::x_grid

Definition at line 153 of file bspline_structs.h.

◆ x_stride

int UBspline_3d_z::x_stride

Definition at line 152 of file bspline_structs.h.

◆ xBC

BCtype_z UBspline_3d_z::xBC

Definition at line 154 of file bspline_structs.h.

◆ y_grid

Ugrid UBspline_3d_z::y_grid

Definition at line 153 of file bspline_structs.h.

◆ y_stride

int UBspline_3d_z::y_stride

Definition at line 152 of file bspline_structs.h.

◆ yBC

BCtype_z UBspline_3d_z::yBC

Definition at line 154 of file bspline_structs.h.

◆ z_grid

Ugrid UBspline_3d_z::z_grid

Definition at line 153 of file bspline_structs.h.

◆ zBC

BCtype_z UBspline_3d_z::zBC

Definition at line 154 of file bspline_structs.h.


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