<html>
<body>
Hi Peace,<br><br>
vtkStructuredGridToPolyDataFilter is an abstract class; you cannot
instantiate it.&nbsp; The class you're looking for is probably
vtkStructuredGridGeometryFilter (a subclass of either
vtkStructuredGridToPolyDataFilter or vtkPolyDataAlgorithm, depending on
which version of VTK you're using).<br><br>
- Amy<br><br>
At 01:54 AM 4/26/2006, hp.shen wrote:<br>
<blockquote type=cite class=cite cite=""><font size=2>Hi, all<br>
&nbsp;<br>
I want to use vtkStructuredGridToPolyDataFilter to convert structuredgrid
data to PolyData in tcl.<br>
Where it doesn’t work. The error says:<br>
“invalid command name “vtkStructuredGridToPolyDataFilter”…”<br>
So may I missed some package , but I don’t know which one.<br>
Could you help me.<br>
&nbsp;<br>
Thanks<br>
Peace<br>
&nbsp;<br>
===========codes:<br>
…<br>
vtkStructuredGrid sgrid<br>
&nbsp; sgrid SetDimensions $M $N 1<br>
&nbsp; sgrid SetPoints points<br>
&nbsp; [sgrid GetPointData] SetScalars faceColors<br>
&nbsp;<br>
vtkStructuredGridToPolyDataFilter s2p<br>
&nbsp;&nbsp;&nbsp; s2p SetInput sgrid<br>
…<br>
</font>_______________________________________________<br>
This is the private VTK discussion list. <br>
Please keep messages on-topic. Check the FAQ at:
<a href="http://www.vtk.org/Wiki/VTK_FAQ" eudora="autourl">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" eudora="autourl">
http://www.vtk.org/mailman/listinfo/vtkusers</a></blockquote></body>
</html>