[vtkusers] vtkStructuredGrid to vtkTable

Marc Ferland ferlandm at sonatest.com
Thu Feb 23 17:02:30 EST 2012


Hi,

I'm looking for a filter (similar to vtkDataObjectToTable) that could
convert a vtkStructuredGrid point data _and_ points into a vtkTable.

Something like:

+-----------+---------+
| PointData |Point(x) | Point(y) etc...
+-----------+---------+
| 7972      |   1.2   |
| 12028     |   1.5   |
| 13575     |   2.5   |
| 13986     |   2.7   |
| 12063     |   2.8   |
| 8043      |   2.9   |
| 7720      |   3.0   |
+-----------+---------+

So far, using vtkDataObjectToTable, I am only able to get the point data
column.

Regrads, 

Marc



More information about the vtkusers mailing list