bmeaut / grainautline

GrainAutLine: image processing for geology and material sciences
GNU General Public License v3.0
0 stars 2 forks source link

PSD ctor should use allDirty to init AuxDirtyRoI #107

Closed csorbakristof closed 4 years ago

csorbakristof commented 8 years ago

ProcessingStateDescriptor::ProcessingStateDescriptor ctor now initializes as "AuxDirtyRoi(0,0,-1,-1)". Unfortunately, we should not use CanvasCache::allDirty, as that is outside MarbleCommon. Maybe that should be moved into the library as well.