[vtk-developers] Missing SetUpdateExtent in migration guide

David Doria daviddoria at gmail.com
Fri Apr 27 13:35:11 EDT 2012


In this guide:
http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guide

I see that outside of RequestInformation you can replace calls to
SetWholeExtent with SetExtent.

When updating some code, I found these lines:
output->SetUpdateExtent(output->GetExtent());
output->SetWholeExtent(output->GetExtent());

I don't see SetUpdateExtent mentioned in the guide. Can the above pair
of calls still simply be replaced by SetExtent? Should this be added
to the guide?

Thanks,

David



More information about the vtk-developers mailing list