<div>Thank you, </div>
<div>&nbsp;</div>
<div>This is what I coded up (using setpoints for each vtkUnstructuredGrid with the same vtkPoints).</div>
<div>I was then just surprised to see that the number of points in ParaView was multiplied by my number of blocks and therefore believed the memory used was multiplied. Is there any way of making sure that ParaView actually does reflect the correct number of points?</div>

<div>&nbsp;</div>
<div>Kind Regards,</div>
<div>Jacques<br><br></div>
<div class="gmail_quote">2009/2/20 Andy Bauer <span dir="ltr">&lt;<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">If all of the grids that are used in the vtkMultiBlockDataSet derive from vtkPointSet, you can use the same vtkPoints for each of the grids.&nbsp; They should also have the same vtkPointData as a result so that data is not duplicated.&nbsp; <br>
<font color="#888888"><br>Andy</font> 
<div>
<div></div>
<div class="Wj3C7c"><br><br>
<div class="gmail_quote">On Fri, Feb 20, 2009 at 2:23 PM, Jacques Papper <span dir="ltr">&lt;<a href="mailto:jpapper@ara.co.uk" target="_blank">jpapper@ara.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hi all,<br><br>I&#39;m writing a reader for a dataset which has boundary faces (tri and quads)<br>
as well as volume cells (tets etc..).<br>In would like to use a CompositeDataSet as a container, so that I can easily<br>extract boundary faces which are groupesd in named zones (for ex: upper_surf<br>lower_surf etc...).<br>
<br>The problem I encounter is that if I us a vtkMultiblockDataSet composed of<br>vtkUnstructuredGrid there is no relationship between the separate blocks.<br>This means that I need to duplicate points which are shared between the<br>
different blocks, duplicate the data associated to thes points etc ...<br><br>Is there a vtkCompositeDataSet where all the points and data are shared<br>between the branches and the only difference is the cells ?<br><br>Thank you for your guidance.<br>
<br>Jacques PAPPER<br>Applied CFD Team Leader<br>Tel: +44 (0) 1234 324677<br><br><br>---------------------------<br>This email contains information that is private and confidential and is intended only for the addressee. &nbsp;If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.<br>
Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons.<br>Aircraft Research Association Ltd. &nbsp;Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245<br>
<br><br>_______________________________________________<br>Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div></div><br>_______________________________________________<br>Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>