Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_lensfun_global_data_t Struct Reference
+ Collaboration diagram for dt_iop_lensfun_global_data_t:

Data Fields

gboolean db_tried
 
GThread * db_warm
 
int kernel_lens_distort_bilinear
 
int kernel_lens_distort_bicubic
 
int kernel_lens_distort_mitchell
 
int kernel_lens_vignette
 

Detailed Description

Definition at line 575 of file lens.c.

Field Documentation

◆ db_tried

gboolean dt_iop_lensfun_global_data_t::db_tried

Definition at line 577 of file lens.c.

◆ db_warm

GThread* dt_iop_lensfun_global_data_t::db_warm

Pre-warm thread, see _lensfun_db_warm(). Joined by cleanup_global().

Definition at line 579 of file lens.c.

◆ kernel_lens_distort_bicubic

int dt_iop_lensfun_global_data_t::kernel_lens_distort_bicubic

Definition at line 581 of file lens.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_lens_distort_bilinear

int dt_iop_lensfun_global_data_t::kernel_lens_distort_bilinear

Definition at line 580 of file lens.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_lens_distort_mitchell

int dt_iop_lensfun_global_data_t::kernel_lens_distort_mitchell

Definition at line 582 of file lens.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_lens_vignette

int dt_iop_lensfun_global_data_t::kernel_lens_vignette

Definition at line 583 of file lens.c.

Referenced by cleanup_global(), init_global(), and process_cl().


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