On Jan 7, 2009 7:21am, Utkarsh Ayachit &lt;utkarsh.ayachit@kitware.com&gt; wrote:<br />&gt; When it comes to images there&#39;s whole lot of things to worry about<br />&gt; <br />&gt; such as extents, extent translators etc etc. Adding support for<br />&gt; <br />&gt; delivering image data in parallel may not be a trivial task.<br />Thanks for letting me know.  Maybe you can point me in the right direction for an alternate solution then?  I have a 12-16 gigabyte image dataset that will be loaded by a 64 bit pvserver.  I would like to develop a client using paraview as a library to connect this dataset to a client-side image plane widget.  The rest of my client is written in pure vtk/Qt so I&#39;m avoiding paraview GUI components to make my journey to 64-bit Qt/Cocoa easier.<br /><br />&gt; <br />&gt; <br />&gt; <br />&gt; Utkarsh<br />&gt; <br />&gt; <br />&gt; <br />&gt; On Mon, Dec 29, 2008 at 1:04 PM, jonathan grimm flymolo@gmail.com&gt; wrote:<br />&gt; <br />&gt; &gt; Can I write a strategy to make it support 3D Image data?<br />&gt; <br />&gt; &gt; Would a vtkImageDataStreamer solve this problem?<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; On Mon, Dec 22, 2008 at 10:05 AM, Utkarsh Ayachit<br />&gt; <br />&gt; &gt; utkarsh.ayachit@kitware.com&gt; wrote:<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; Look at  vtkSMClientDeliveryStrategyProxy::UpdatePipelineInternal()<br />&gt; <br />&gt; &gt;&gt; that&#39;s where the data  type is set on the data-transfer filter. BTW,<br />&gt; <br />&gt; &gt;&gt; ClientDeliverRepresentation cannot deliver 3D image data. It can only<br />&gt; <br />&gt; &gt;&gt; deliver 2D slices.<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; Utkarsh<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; On Mon, Dec 22, 2008 at 12:17 PM, jonathan grimm flymolo@gmail.com&gt;<br />&gt; <br />&gt; &gt;&gt; wrote:<br />&gt; <br />&gt; &gt;&gt; &gt; How does the ClientDeliveryRepresentation choose what data type to send?<br />&gt; <br />&gt; &gt;&gt; &gt; I have two pipelines:<br />&gt; <br />&gt; &gt;&gt; &gt; Reader-&gt;ImageReslice-&gt;ClientDeliveryRepresentation-&gt;ImagePlaneWidget<br />&gt; <br />&gt; &gt;&gt; &gt; and<br />&gt; <br />&gt; &gt;&gt; &gt; Reader-&gt;ClientDeliveryRepresentation-&gt;hacked ImagePlaneWidget that<br />&gt; <br />&gt; &gt;&gt; &gt; allows<br />&gt; <br />&gt; &gt;&gt; &gt; pipeline inputs<br />&gt; <br />&gt; &gt;&gt; &gt; The first works beautifully, while the ImageReslice inside my second<br />&gt; <br />&gt; &gt;&gt; &gt; pipeline complains that it is getting polydata instead of imagedata.<br />&gt; <br />&gt; &gt;&gt; &gt; Any suggestions, besides producing an image plane widget that uses a<br />&gt; <br />&gt; &gt;&gt; &gt; server<br />&gt; <br />&gt; &gt;&gt; &gt; side reslice?<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;&gt; &gt; --<br />&gt; <br />&gt; &gt;&gt; &gt; Sometimes it&#39;s hard to tell the dancer from the dance - Corwin in CoC<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;&gt; &gt; _______________________________________________<br />&gt; <br />&gt; &gt;&gt; &gt; ParaView mailing list<br />&gt; <br />&gt; &gt;&gt; &gt; ParaView@paraview.org<br />&gt; <br />&gt; &gt;&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; --<br />&gt; <br />&gt; &gt; Sometimes it&#39;s hard to tell the dancer from the dance - Corwin in CoC<br />&gt; <br />&gt; &gt;<br />&gt;