[vtkusers] vtkPoints->ComputeBounds

Yan Pingkun engp1734 at nus.edu.sg
Thu Mar 25 11:43:09 EST 2004


Hi all,
 
I'm trying to modify vtkPolyData by getting vtkPoints and the point
values are changed successfully. But the problem is that I want to can't
update the bounds. I called vtkPoints->ComputeBounds(), but it doesn't
work. I traced into the source code and found the condition
=======================
if ( this->GetMTime() > this->ComputeTime )
=======================
is always false. Hence, the bounds can't be updated.
 
Anybody can help?
 
Thanks!
 
Regards,
Pingkun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040326/dc89329b/attachment.htm>


More information about the vtkusers mailing list