![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _band_t:Data Fields | |
| int | kept |
| int | inside |
| int | outside |
| int | off_frame |
| double | seconds |
The drawn outline against the disc union.
What the GUI draws is meant to be the boundary of what the pipe paints. The two maps the raster is judged against bound that boundary from both sides – a boundary point is outside the owed map (the union shrunk by two pixels) and inside the permitted one (grown by three) – so every border sample the outline keeps must land in that band. One that lands deep inside the union is a fold, a joint arc or a crossing the outline failed to hide (issue #1352's chords); one outside the permitted map is a spoke to nowhere (issue #1360). Counts both, and how long the GUI-side build took, which is the cost a drag pays.
Definition at line 864 of file masks_geometry.c.
| int _band_t::inside |
Definition at line 867 of file masks_geometry.c.
Referenced by _judge_raster(), and _outline_band_check().
| int _band_t::kept |
Definition at line 866 of file masks_geometry.c.
Referenced by _judge_raster(), and _outline_band_check().
| int _band_t::off_frame |
Definition at line 869 of file masks_geometry.c.
Referenced by _judge_raster(), and _outline_band_check().
| int _band_t::outside |
Definition at line 868 of file masks_geometry.c.
Referenced by _judge_raster(), and _outline_band_check().
| double _band_t::seconds |
Definition at line 870 of file masks_geometry.c.
Referenced by _judge_raster(), and _outline_band_check().