![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_lensfun_data_t:Data Fields | |
| lfLens * | lens |
| int | modify_flags |
| int | inverse |
| float | scale |
| float | crop |
| float | focal |
| float | aperture |
| float | distance |
| lfLensType | target_geom |
| gboolean | do_nan_checks |
| gboolean | tca_override |
| lfLensCalibTCA | custom_tca |
| float dt_iop_lensfun_data_t::aperture |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| float dt_iop_lensfun_data_t::crop |
Referenced by commit_params(), distort_backtransform(), distort_mask(), distort_transform(), get_autoscale(), get_modifier(), modify_roi_in(), and process().
| lfLensCalibTCA dt_iop_lensfun_data_t::custom_tca |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| float dt_iop_lensfun_data_t::distance |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| gboolean dt_iop_lensfun_data_t::do_nan_checks |
Referenced by commit_params(), distort_mask(), and process().
| float dt_iop_lensfun_data_t::focal |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| int dt_iop_lensfun_data_t::inverse |
Referenced by commit_params(), get_autoscale(), get_modifier(), and process().
| lfLens* dt_iop_lensfun_data_t::lens |
Referenced by cleanup_pipe(), commit_params(), distort_backtransform(), distort_mask(), distort_transform(), get_autoscale(), get_modifier(), modify_roi_in(), and process().
| int dt_iop_lensfun_data_t::modify_flags |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| float dt_iop_lensfun_data_t::scale |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| lfLensType dt_iop_lensfun_data_t::target_geom |
Referenced by commit_params(), get_autoscale(), and get_modifier().
| gboolean dt_iop_lensfun_data_t::tca_override |
Referenced by commit_params(), and get_modifier().