<div dir="ltr"><div>Hi Berk,</div><div><br></div><div>One of the things that I'm not quite sure about is, why is it permitted to call algorithm->UpdateExtent() with no arguments? </div><br><div class="gmail_extra">  int UpdateExtent(const int extents[6]=0)</div><div class="gmail_extra"><br></div><div class="gmail_extra">If I understand the code, UpdateExtent() with no args is the same as Update().  It seems dangerous to allow this, because a programmer could easily type UpdateExtent() by accident instead of UpdateWholeExtent(), especially if they have autocompletion turned on in their code editor (and especially because Update() and UpdateWholeExtent() give the same result most of the time).</div><div class="gmail_extra"><br></div><div class="gmail_extra"> - David</div></div>