Yes sorry, i am using vtkImageActor for my images, <div>I have all the Opengl requirements checked, and i have followed your wiki about depthpeeling, so my options are just like in the wiki...</div><div><br></div><div>Cannot see my STL tough 2 images...</div>
<div><br></div><div>Thanks for the tip about using SetUseDepthPeeling(1), that&#39;s work.</div><div><br></div><div>Petit bonjour de France en passant,</div><div><br clear="all">Cordialement,<br><br>-- Mathieu PICCIN<br><br>
<br>
<br><br><div class="gmail_quote">On Wed, Mar 10, 2010 at 4:03 PM, Francois Bertel <span dir="ltr">&lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
There is no image3DActor in VTK. The only class with a similar name is<br>
vtkImageActor. Are you talking about this one?<br>
<br>
Does your OpenGL implementation has the required extensions?<br>
<br>
ref: <a href="http://www.vtk.org/Wiki/VTK/Depth_Peeling#Required_OpenGL_extensions" target="_blank">http://www.vtk.org/Wiki/VTK/Depth_Peeling#Required_OpenGL_extensions</a><br>
<br>
<br>
Also, step 1 and 2 have to be called before the first render, they<br>
cannot be changed after that:<br>
1. renderWindow-&gt;SetAlphaBitPlanes(1);<br>
2. renderWindow-&gt;SetMultiSamples(0);<br>
<br>
ref: <a href="http://www.vtk.org/Wiki/VTK/Depth_Peeling#VTK_calls" target="_blank">http://www.vtk.org/Wiki/VTK/Depth_Peeling#VTK_calls</a><br>
<br>
The other steps can be called at any time and will be effective at the<br>
next call the renderWindow-&gt;Render(), like:<br>
renderer-&gt;SetUseDepthPeeling(1);<br>
or<br>
renderer-&gt;SetUseDepthPeeling(0);<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Mar 10, 2010 at 7:48 AM, Mathieu P &lt;<a href="mailto:mtp.vtk@gmail.com">mtp.vtk@gmail.com</a>&gt; wrote:<br>
&gt; Bonjour François,<br>
&gt; I use image data into image3DActor.<br>
&gt; By rendering, i just add an image3DActor into the renderer.<br>
&gt; I have 2 images, and one polydata :<br>
&gt;<br>
&gt;       A           the camera<br>
&gt; --------------      first image (opacity = 20%)<br>
&gt; --------------      second image (opacity = 20%)<br>
&gt; OOOOOO      polydatas<br>
&gt; I can see the polydatas tough both transparent image, only if the polydatas<br>
&gt; opacity is set to 100% (not transparent).<br>
&gt; If i move my polydatas opacity to 99%, the polydata disappear behind both<br>
&gt; images.<br>
&gt; Second question :<br>
&gt; can i activate the depth peeling after the renderer constructor. I have<br>
&gt; tried to use renderer-&gt;Refresh(), and RendererWindow-&gt;Start(), but i cannot<br>
&gt; activate depth peeling after first renderer-&gt;Render();<br>
&gt;<br>
&gt; Thanks a lot,<br>
&gt;<br>
&gt; Cordialement,<br>
&gt;<br>
&gt; -- Mathieu PICCIN<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Mar 8, 2010 at 2:36 PM, Francois Bertel<br>
&gt; &lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Is your imagedate 2D? 3D? How do you display your imagedata (ie what&#39;s<br>
&gt;&gt; your pipeline)?<br>
&gt;&gt; If your imagedata is 3D and by &quot;displaying imagedata&quot; you mean volume<br>
&gt;&gt; rendering, then no you cannot mixed translucent polygonal geometry and<br>
&gt;&gt; volume rendering.<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Mar 8, 2010 at 8:05 AM, Mathieu P &lt;<a href="mailto:mtp.vtk@gmail.com">mtp.vtk@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have done some tests, and i can see image data behind transparent<br>
&gt;&gt; &gt; polydata, but i cannot see polydata behind transparent image data with<br>
&gt;&gt; &gt; depth<br>
&gt;&gt; &gt; peeling method !<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It&#39;s very strange because without depthpeeling, it&#39;s workling well both<br>
&gt;&gt; &gt; sides.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Cordialement,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -- Mathieu PICCIN<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, Mar 4, 2010 at 10:22 AM, Mathieu P &lt;<a href="mailto:mtp.vtk@gmail.com">mtp.vtk@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Martin,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The solution of using depth peeling doesnt come from me, but from<br>
&gt;&gt; &gt;&gt; Francois<br>
&gt;&gt; &gt;&gt; Bertel, from KitWare.<br>
&gt;&gt; &gt;&gt; I dont know how do make depth peeling working with transparent<br>
&gt;&gt; &gt;&gt; polygons...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Cordialement,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; -- Mathieu PICCIN<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Thu, Mar 4, 2010 at 9:31 AM, Martin Allerstorfer<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:allerstorfer_martin@gmx.at">allerstorfer_martin@gmx.at</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; But the biggest problem I have at the moment is that I cannot see the<br>
&gt;&gt; &gt;&gt;&gt; imagedata behind transparent polygons? Sorry for writting so many<br>
&gt;&gt; &gt;&gt;&gt; questions<br>
&gt;&gt; &gt;&gt;&gt; but it is quite urgent for me.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Thank you so much,<br>
&gt;&gt; &gt;&gt;&gt; Martin<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; I just found out that it works also with imagedata but only for<br>
&gt;&gt; &gt;&gt;&gt; &gt; certain<br>
&gt;&gt; &gt;&gt;&gt; &gt; distances.<br>
&gt;&gt; &gt;&gt;&gt; &gt; If I zoom into the imagedata suddenly polydata is shown behind<br>
&gt;&gt; &gt;&gt;&gt; &gt; imagedata,<br>
&gt;&gt; &gt;&gt;&gt; &gt; but it should be the other way round.<br>
&gt;&gt; &gt;&gt;&gt; &gt; Is there an additional parameter to define the distance where depth<br>
&gt;&gt; &gt;&gt;&gt; &gt; peeling starts?<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt; &gt; Martin<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Datum: Thu, 04 Mar 2010 08:45:38 +0100<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Von: &quot;Martin Allerstorfer&quot; &lt;<a href="mailto:allerstorfer_martin@gmx.at">allerstorfer_martin@gmx.at</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; An: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Betreff: [vtkusers] Cannot see imagedata behind transparent<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; polydata<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Thanks for all the answers! Mathieu, your suggestion using depth<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; pealing<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; works for polydata, but if I want to use imagedata in the same<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; renderer<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; depth calculation does not work between polydata and imagedata? A<br>
&gt;&gt; &gt;&gt;&gt; &gt; solution for<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; this problem would be great!<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Martin<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;Dealing with non opaque geometry requires sorting the polygon to<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt; be<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;rendered. It would be extremely slow if it was<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;activated by default.<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;Try to use depth peeling. Follow these steps:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;<a href="http://www.vtk.org/Wiki/VTK/Depth_Peeling#VTK_calls" target="_blank">http://www.vtk.org/Wiki/VTK/Depth_Peeling#VTK_calls</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;You need OpenGL&gt;=2.0 for it to work.<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;On Wed, Mar 3, 2010 at 12:35 PM, Mathieu P &lt;mtp.vtk at <a href="http://gmail.com" target="_blank">gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; I have attached a small image illustrating my problem.<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; I cannot believe VTK cannot manage object opacity !<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; Thanks for help.<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; Cordialement,<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; -- Mathieu PICCIN<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; On Wed, Mar 3, 2010 at 4:50 PM, Mathieu P &lt;mtp.vtk at<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; <a href="http://gmail.com" target="_blank">gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; Actually i am using vtkImageActor and i change their opacity<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; with<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; setOpacity...<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; Cordialement,<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; -- Mathieu PICCIN<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; On Wed, Mar 3, 2010 at 3:57 PM, Mathieu P &lt;mtp.vtk at<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt; <a href="http://gmail.com" target="_blank">gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; Same kind of problem here :<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; I have two imageData :<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; Image data A loaded first<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; Image data B loaded after<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; i modify the opacity to 50% for both image data.<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; i can see tough the image data B, so the last loaded, but i<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; cannot<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; see<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; toughthe image data A, the first loaded.<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; Modifying the opacity of the forst loaded change only its<br>
&gt;&gt; &gt;&gt;&gt; &gt; luminosity<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; (or<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; alpha).<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; Cordialement,<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; -- Mathieu PICCIN<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; On Wed, Mar 3, 2010 at 3:03 PM, Martin Allerstorfer<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt; &lt;allerstorfer_martin at <a href="http://gmx.at" target="_blank">gmx.at</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; In my rendering view I would like to show imagedata and<br>
&gt;&gt; &gt;&gt;&gt; &gt; additionally<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; some information using transparent glyphs. But not all<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; glyphs<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; have<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; the same<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; transparency. So I change the color and alpha settings for<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; each<br>
&gt;&gt; &gt;&gt;&gt; &gt; cell<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; of the<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; glyphs seperately. Unfortunately now I cannot see the volume<br>
&gt;&gt; &gt;&gt;&gt; &gt; behind<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; transparent polydata. Does anybody know how to solve this<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; problem?<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Martin<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Jetzt freischalten unter<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; --<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Jetzt freischalten unter <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt;&gt; &gt; Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -<br>
&gt;&gt; &gt;&gt;&gt; &gt; jetzt kostenlos herunterladen! <a href="http://portal.gmx.net/de/go/chbrowser" target="_blank">http://portal.gmx.net/de/go/chbrowser</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -<br>
&gt;&gt; &gt;&gt;&gt; jetzt kostenlos herunterladen! <a href="http://portal.gmx.net/de/go/atbrowser" target="_blank">http://portal.gmx.net/de/go/atbrowser</a><br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; François Bertel, PhD  | Kitware Inc. Suite 204<br>
&gt;&gt; 1 (518) 371 3971 x113 | 28 Corporate Drive<br>
&gt;&gt;                      | Clifton Park NY 12065, USA<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">François Bertel, PhD  | Kitware Inc. Suite 204<br>
1 (518) 371 3971 x113 | 28 Corporate Drive<br>
                      | Clifton Park NY 12065, USA<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>