bmeaut / grainautline

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

Tidy up CanvasCacheBase::GetDirty() #106

Closed csorbakristof closed 8 years ago

csorbakristof commented 8 years ago

The bool flag seems to become obsolete since we have a dirtyRoI.

CanvasCacheBase::SetDirty(const cv::Rect& roi) can have an "allDirty" default parameter value to solve this.