<HTML>
<HEAD>
<TITLE>Re: [Paraview] Ghost cells for standalone Paraview</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>OK, I understand now. &nbsp;What you are asking for is not exactly what VTK/ParaView considers ghost cells. &nbsp;You want add a layer of points around the boundary of an image data (i.e. 3D uniform regular grid) with minimum values to force the contour filter to create closed surfaces. &nbsp;I don&#8217;t know of an easy way to do this in ParaView (someone please correct me if I am wrong).<BR>
<BR>
I think you can get the effect you want by using the clip by scalars feature. &nbsp;Instead of using the contour filter, use the clip filter. &nbsp;Change the &#8220;Clip Type&#8221; to &#8220;Scalar&#8221; and set the value to the isosurface you want to see. &nbsp;The advantage of this approach is that the data you see will show the surface right at the edge of the volume instead of the arbitrary rounding at the edges you see in the Amira screenshots. &nbsp;The disadvantage is that the underlying data is a solid unstructured geometry which could take up much more memory than the original image data. &nbsp;If memory is an issue, let me know and I can describe memory-light version that uses a combination of the contour, extract surface, and clip filters.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 12/3/08 1:16 AM, &quot;Fabian Wein&quot; &lt;<a href="fabian.wein@lse.e-technik.uni-erlangen.de">fabian.wein@lse.e-technik.uni-erlangen.de</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Ken,<BR>
<BR>
&gt; &gt; If you are not running in parallel, you do not need ghost cells. &nbsp;If<BR>
&gt; &gt; necessary, just run the Clean to Grid filter to restore connectivity.<BR>
&gt; &gt; -Ken<BR>
&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;To close my isosurfaces of my unstructured grid I need ghost cells.<BR>
&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;I found that D3 is capable of doing this but I use a standalone<BR>
&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;ParaView.<BR>
&gt; &gt;<BR>
&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;What can I do? Shall I write a python filter?<BR>
<BR>
<BR>
I could not figure out how the Clean to Grid filter can help me. The<BR>
problem is, that my isosurfaces don't close. In my master thesis<BR>
I used Amira for visualization of cell data but had ghost cells. There<BR>
the surface is closed.<BR>
<BR>
I add screenshots of what I get from ParaView and what I desire. Thanks<BR>
a lot for help - this was one of the reasons for me to move from gmv.<BR>
<BR>
Fabian<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>