<div>Thank you, </div>
<div>&nbsp;</div>
<div>I noticed activity a year ago in terms of linking BGL and VTK, but I have never seen examples of how to use it. Maybe I&#39;ll give the polydata thing a try.</div>
<div>&nbsp;</div>
<div>Jacques<br><br></div>
<div class="gmail_quote">2008/12/11 Jeff Baumes <span dir="ltr">&lt;<a href="mailto:jeff.baumes@kitware.com">jeff.baumes@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">
<div>
<div></div>
<div class="Wj3C7c">On Thu, Dec 11, 2008 at 1:39 PM, Jacques Papper<br>&lt;<a href="mailto:jacques.papper@gmail.com">jacques.papper@gmail.com</a>&gt; wrote:<br>&gt; I have a 100 million point connected graph (No cell information - only<br>
&gt; points and edges and boundaries defined by certain points and edges) &nbsp;that I<br>&gt; would like to visualize. I would like to be able to load it in parallel and<br>&gt; post-process it in parallel. I would like to do things like streamlines /<br>
&gt; surface contours on the boundaries of the graph etc... Also I would like it<br>&gt; to have groups (or blocks) for the different surfaces in the graph. Is there<br>&gt; any way of doing this with ParaView ? Is there a certain class / algorithm<br>
&gt; that can accomodate this type of data structure ?<br><br></div></div>Sandia National Labs and Kitware are in the midst of making it<br>possible to store and process very large graphs in distributed memory<br>using vtkGraph and the Parallel Boost Graph Library. Some of this is<br>
currently in VTK, but it is not yet incorporated into ParaView. Your<br>other choice which may work for you is to use vtkPolyData with line<br>cells, since some of the operations you are talking about exist in<br>ParaView for polygonal geometry, although I don&#39;t know the exact<br>
sequence of filters you would need for your use case. ParaView also<br>has the notion of multi-block data sets which can group assoicated<br>data sets into one object.<br><font color="#888888"><br>Jeff<br></font></blockquote>
</div><br>