Re: [Paraview] ClientDeliveryRepresentation

2009-01-07 Thread Utkarsh Ayachit
When it comes to images there's whole lot of things to worry about such as extents, extent translators etc etc. Adding support for delivering image data in parallel may not be a trivial task. Utkarsh On Mon, Dec 29, 2008 at 1:04 PM, jonathan grimm flym...@gmail.com wrote: Can I write a strategy

Re: [Paraview] ClientDeliveryRepresentation

2009-01-07 Thread flymolo
On Jan 7, 2009 7:21am, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: When it comes to images there's whole lot of things to worry about such as extents, extent translators etc etc. Adding support for delivering image data in parallel may not be a trivial task. Thanks for letting me know.

Re: [Paraview] ClientDeliveryRepresentation

2009-01-07 Thread Michael Jackson
You can run a 64 bit pvserver and connect to it with a 32bit ParaView Client. Does that satisfy your needs? Also, the GUI presented by ParaView is programmed in Qt 4. When Qt 4.5 comes out then the journey to 64 bit on the client side should be straight forward although I am sure there

Re: [Paraview] ClientDeliveryRepresentation

2009-01-07 Thread jonathan grimm
On Wed, Jan 7, 2009 at 12:18 PM, Michael Jackson mike.jack...@bluequartz.net wrote: You can run a 64 bit pvserver and connect to it with a 32bit ParaView Client. Does that satisfy your needs? No, but that's the reason I pursued this path. Also, the GUI presented by ParaView is programmed

Re: [Paraview] ClientDeliveryRepresentation

2008-12-22 Thread Utkarsh Ayachit
Look at vtkSMClientDeliveryStrategyProxy::UpdatePipelineInternal() that's where the data type is set on the data-transfer filter. BTW, ClientDeliverRepresentation cannot deliver 3D image data. It can only deliver 2D slices. Utkarsh On Mon, Dec 22, 2008 at 12:17 PM, jonathan grimm