[Paraview] Paraview gives error for TableToStructuredDataFilter

Stefan Ringe stefan.ringe.tum at gmail.com
Fri Aug 14 15:18:57 EDT 2015


Hi. Tried to load a simple csv file:

x coord, y coord, z coord, scalar
0, 0, 0, 0
1, 0, 0, 1
0, 1, 0, 2
1, 1, 0, 3
-0.5, -0.5, 1, 4
0.5, -0.5, 1, 5
-0.5, 0.5, 1, 6
0.5, 0.5, 1, 7

That worked. But when I used the TableToStructuredDataFilter, I get an 
error: (I already set the array ranges correctly...), I use Paraview 4.0.1-1



ERROR: In 
/tmp/buildd/paraview-4.0.1/VTK/Filters/General/vtkTableToStructuredGrid.cxx, 
line 97

vtkPTableToStructuredGrid (0x1cb7910): The input table must have exactly 
1 rows. Currently it has 8 rows.



ERROR: In 
/tmp/buildd/paraview-4.0.1/VTK/Common/ExecutionModel/vtkExecutive.cxx, 
line 754

vtkPVCompositeDataPipeline (0x1ce0520): Algorithm 
vtkPTableToStructuredGrid(0x1cb7910) returned failure for request: 
vtkInformation (0x2219bc0)

Debug: Off

Modified Time: 100264

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA

FORWARD_DIRECTION: 0

FROM_OUTPUT_PORT: 0

ALGORITHM_AFTER_FORWARD: 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150814/9f1af00e/attachment.html>


More information about the ParaView mailing list