[vtkusers] vtkPolyDataReader and OutOfMemory errors

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Fri Feb 22 15:20:33 EST 2002


> >(as long as your
> >data is not randomly spread in the file) just create a polydata directly
> >(use insert point, insert cell etc etc)..
>
> My data is spread across 33,000 files :)
>

doh!

In that case, you're going to have to sit down and check your double check
your vtk file writer carefully!

(NB. If you're using vtkAppendPolyData. Be very careful. It allocates huge
amounts of memory for some jobs and could be the source of a Memory allcate
error).

JB





More information about the vtkusers mailing list