[vtkusers] What can I do about Smoothing Out of Memory?

Kevin H. Hobbs hobbsk at ohiou.edu
Tue Oct 17 12:17:17 EDT 2006


On Thu, 2006-10-12 at 20:38 +0800, Huang Pengfei wrote:
> What can I do about Smoothing Out of Memory?
>  
> The sample codes look like this:
>  
> "vtkButterflySubdivisionFilter *bfsFilter =
> vtkButterflySubdivisionFilter::New();
> bfsFilter->SetInput(triMeshData);
> bfsFilter->SetNumberOfSubdivisions(3);
> bfsFilter->Update();"
>  
> The original mesh has 800,000 triangles...

Try streaming the pipeline. The XMLPolyData reader and writer support
streaming. 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20061017/e836262f/attachment.pgp>


More information about the vtkusers mailing list