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

#include <nugrid.h>

Public Attributes

grid_type code
 
double end
 
int num_points
 
double *restrict points
 
int(* reverse_map )(void *grid, double x)
 
double start
 

Detailed Description

Definition at line 29 of file nugrid.h.

Member Data Documentation

◆ code

grid_type NUgrid::code

Definition at line 32 of file nugrid.h.

◆ end

double NUgrid::end

Definition at line 33 of file nugrid.h.

◆ num_points

int NUgrid::num_points

Definition at line 35 of file nugrid.h.

◆ points

double* restrict NUgrid::points

Definition at line 34 of file nugrid.h.

◆ reverse_map

int(* NUgrid::reverse_map) (void *grid, double x)

Definition at line 36 of file nugrid.h.

◆ start

double NUgrid::start

Definition at line 33 of file nugrid.h.


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