I made a client-server paraview system, from the client I ask to the server to 
open a vtk file, render it and give back render to the client. It's working 
well.

But now, my boss said that we'll have a vtk file generated by an other program 
that'll be about 100Go and we don't want to write it to HDD in .vtk formate and 
after read it ( like before ), so I need to read the vtk file directly from 
memory.

Is there a way to give to a reader a pointer to the memory vtk file ?

PS: I'm not sure that this is very understandable but I'm not sure myself ... 
The main thing is that we make a vtk file in memory but don't want to write it 
in HDD. ( First solution envisaged is to dump memory. )

Thanks.

Wertz Gil
[email protected]


                                          
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to