[vtkusers] vtkPolyDataReader and OutOfMemory errors

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Fri Feb 22 07:07:16 EST 2002


> That is correct: I am using my own writer. I am converting data from csv
format to PolyData format as necessary. I have compared against other vtk
files, but to no
> avail. Is there some sort of validation tool I can use or something? The
resulting file _looks_ right, but it's 400MB so I have no sure-way of
verifying this.

In that case, I would recommend that you read your data from csv, directly
into a polydata object and then save that. trying to mimic the vtk file
format is probably time wasted when you could quite easily (as long as your
data is not randomly spread in the file) just create a polydata directly
(unse insert point, insert cell etc etc)..

JB




More information about the vtkusers mailing list