[vtkusers] Update() vs. UpdateWholeExtent()

chrisyeshi chrisyeshi at gmail.com
Mon Jan 24 19:12:08 EST 2011


So, in my understanding, extent is a bounding box.

SetUpdateExtent() / SetOutputExtent() will set a bounding box which is
smaller than the whole extent.
As a result, Update() will only update the smaller bounding box.

Am I correct?

When I use Update() instead of UpdateWholeExtent(),
I am getting "ERROR: ****: Updateextent does not lie within whole extent"
"Update extent is: 0, 255, 0, 127, 0, 0"
"Whole extent is: 0, 63, 0, 63, 0, 0"
It was somebody else's codes, so I am trying to figure out what's wrong.
-- 
View this message in context: http://vtk.1045678.n5.nabble.com/Update-vs-UpdateWholeExtent-tp3355298p3355543.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list