[vtkusers] RE : Why is the number of points not equal to the product of the resolution of the vtkPlaneSource object?
JohnMark
zhaojunxp at hotmail.com
Mon Aug 25 20:40:37 EDT 2008
Look at vtkPlaneSource.cxx, you will find this:
numPts = (this->XResolution+1) * (this->YResolution+1);
that is, methods GetNumberOfPoints() of class vtkPolyData should not be the product of the resolution of the vtkPlaneSource.
so, you would know why they are not equal now.
Mark
_________________________________________________________________
一点即聊,MSN推出新功能“点我!”
http://im.live.cn/click/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080826/df79154e/attachment.htm>
More information about the vtkusers
mailing list