<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I&nbsp;create my own library to read RT structure.&nbsp; There's a also article in Insight Journal that discusses about import RT Structure using Insight.&nbsp; You should be able to find it with a simple google search.<BR><BR>Xiaofeng<BR><BR><BR>&nbsp;<BR>&gt; Date: Tue, 4 May 2010 17:54:36 +0100<BR>&gt; Subject: Re: [vtkusers] Fwd: Re: RE: Create an approximate cross-section of a RT ROI<BR>&gt; From: jothybasu@gmail.com<BR>&gt; To: xf10036@hotmail.com<BR>&gt; CC: lars-friedrich@gmx.net; vtkusers@vtk.org<BR>&gt; <BR>&gt; I cut with vtkCutter,but the first step is to read RT structure data<BR>&gt; as vtkPolyData. How would you do that?<BR>&gt; <BR>&gt; I found one example in gdcm, but its in c++ and it was very comples<BR>&gt; for me who use python,to understand.<BR>&gt; <BR>&gt; An example of reading RT structure should be nice one for vtk wiki!<BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; Jothy<BR>&gt; <BR>&gt; On Tue, May 4, 2010 at 5:44 PM, Xiaofeng Z &lt;xf10036@hotmail.com&gt; wrote:<BR>&gt; &gt; Some vtkCutter and vtkVoxelContoursToSurfaceFilter test example should tell<BR>&gt; &gt; the story well.<BR>&gt; &gt;<BR>&gt; &gt; Xiaofeng<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;&gt; Date: Tue, 4 May 2010 17:12:31 +0100<BR>&gt; &gt;&gt; Subject: Re: [vtkusers] Fwd: Re: RE: Create an approximate cross-section<BR>&gt; &gt;&gt; of a RT ROI<BR>&gt; &gt;&gt; From: jothybasu@gmail.com<BR>&gt; &gt;&gt; To: xf10036@hotmail.com<BR>&gt; &gt;&gt; CC: lars-friedrich@gmx.net; vtkusers@vtk.org<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Hi Guys,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; You seems to be creating some dicom RT viewer, are you importing RT<BR>&gt; &gt;&gt; structs into your applications and converting into 3D meshes. If yes,<BR>&gt; &gt;&gt; could some one give me the steps involved in that, maybe some<BR>&gt; &gt;&gt; flowchart type ( or if you don't mind, the function in any language).<BR>&gt; &gt;&gt; After some time I might have to do this , so if anyone can give me<BR>&gt; &gt;&gt; some guidance so my life will be easier :).<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Thanks,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Jothy<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; On Tue, May 4, 2010 at 4:59 PM, Xiaofeng Z &lt;xf10036@hotmail.com&gt; wrote:<BR>&gt; &gt;&gt; &gt; Thanks for the information.&nbsp; I may revisit this later.&nbsp; Maybe I did<BR>&gt; &gt;&gt; &gt; something wrong that causes the performance issue.<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; I use a dual Xeon computer.&nbsp; Although I have eight processing cores, the<BR>&gt; &gt;&gt; &gt; speed of each core is not very fast (2GHz).<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Another reason I am not using&nbsp; vtkVoxelContoursToSurfaceFilter is that<BR>&gt; &gt;&gt; &gt; it<BR>&gt; &gt;&gt; &gt; requires&nbsp;contours with integer vertices while dicom RT contour points<BR>&gt; &gt;&gt; &gt; can be<BR>&gt; &gt;&gt; &gt; off voxel centers.&nbsp; I wonder what do you do to make sure you don't loss<BR>&gt; &gt;&gt; &gt; resolution.<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Thanks!<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Xiaofeng<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; Date: Tue, 4 May 2010 17:50:37 +0200<BR>&gt; &gt;&gt; &gt;&gt; From: lars-friedrich@gmx.net<BR>&gt; &gt;&gt; &gt;&gt; Subject: Re: RE: [vtkusers] Fwd: Re: RE: Create an approximate<BR>&gt; &gt;&gt; &gt;&gt; cross-section of a RT ROI<BR>&gt; &gt;&gt; &gt;&gt; To: xf10036@hotmail.com; vtkusers@vtk.org<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; No, using a 'modern' PC is usually sufficient, all keeps flowing when a<BR>&gt; &gt;&gt; &gt;&gt; user interactively modifies the cut plane (although 3 planes are cut<BR>&gt; &gt;&gt; &gt;&gt; simultaneously and a 3D scene is updated as well). In our case we<BR>&gt; &gt;&gt; &gt;&gt; usually<BR>&gt; &gt;&gt; &gt;&gt; represent the 3D structures with transparency; as we update the 3D<BR>&gt; &gt;&gt; &gt;&gt; scene as<BR>&gt; &gt;&gt; &gt;&gt; well this makes the application sometimes a bit stuttering. But as I<BR>&gt; &gt;&gt; &gt;&gt; understand your plan you do not have to update any 3D scene during<BR>&gt; &gt;&gt; &gt;&gt; cutting.<BR>&gt; &gt;&gt; &gt;&gt; The cutting is really fast.<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; lars<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; -------- Original-Nachricht --------<BR>&gt; &gt;&gt; &gt;&gt; &gt; Datum: Tue, 4 May 2010 11:12:05 -0400<BR>&gt; &gt;&gt; &gt;&gt; &gt; Von: Xiaofeng Z &lt;xf10036@hotmail.com&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; An: lars-friedrich@gmx.net, VTK &lt;vtkusers@vtk.org&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; Betreff: RE: [vtkusers] Fwd: Re: RE: Create an approximate<BR>&gt; &gt;&gt; &gt;&gt; &gt; cross-section<BR>&gt; &gt;&gt; &gt;&gt; &gt; of a RT ROI<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; Lars,<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; Is there any noticable lagging at all?<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; Thanks!<BR>&gt; &gt;&gt; &gt;&gt; &gt; Xiaofeng<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; Date: Tue, 4 May 2010 16:34:24 +0200<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; From: lars-friedrich@gmx.net<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; To: vtkusers@vtk.org<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; Subject: [vtkusers] Fwd: Re: RE: Create an approximate<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; cross-section<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; of<BR>&gt; &gt;&gt; &gt;&gt; &gt; a RT ROI<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; Xiaofeng,<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; I use a quite comparable approach for the same purpose as you, I<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; guess:<BR>&gt; &gt;&gt; &gt;&gt; &gt; I cut multiple (!) 3D RT structures in 3 orthogonal planes<BR>&gt; &gt;&gt; &gt;&gt; &gt; simultaneously<BR>&gt; &gt;&gt; &gt;&gt; &gt; and cut the referenced RT volume (CT) at the same time. The<BR>&gt; &gt;&gt; &gt;&gt; &gt; structures<BR>&gt; &gt;&gt; &gt;&gt; &gt; include quite complex anatomy such as the skeletons with many<BR>&gt; &gt;&gt; &gt;&gt; &gt; vertices.<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; In my implementation (and that is nothing more than I wrote in the<BR>&gt; &gt;&gt; &gt;&gt; &gt; morning) this works 'very' interactively. For me that is real-time<BR>&gt; &gt;&gt; &gt;&gt; &gt; enough ;)<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; regards,<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; lars<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; -------- Original-Nachricht --------<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Datum: Tue, 4 May 2010 09:37:22 -0400<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Von: Xiaofeng Z &lt;xf10036@hotmail.com&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; An: lars-friedrich@gmx.net<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Betreff: RE: [vtkusers] Create an approximate cross-section of a<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; RT<BR>&gt; &gt;&gt; &gt;&gt; &gt; ROI<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; lars,<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; I consider the method you described a more accurate way to do it.<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Unfortunately, vtkCutter is too slow to be used in real time.<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Thanks for your reply though!<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Xiaofeng<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; Date: Tue, 4 May 2010 07:55:33 +0200<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; From: lars-friedrich@gmx.net<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; Subject: Re: [vtkusers] Create an approximate cross-section of<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; a<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; RT<BR>&gt; &gt;&gt; &gt;&gt; &gt; ROI<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; To: xf10036@hotmail.com; vtkusers@vtk.org<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; Hi Xiaofeng,<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; just an idea:<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; - produce a surface from the axial contours by using<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; vtkVoxelContoursToSurfaceFilter (which works quite well provided<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; your<BR>&gt; &gt;&gt; &gt;&gt; &gt; source contours are<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; evenly distributed)<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; - take vtkCutter(s) with plane implicit functions that define<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; your<BR>&gt; &gt;&gt; &gt;&gt; &gt; new<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; contouring orientation(s) and cut the volume to produce new<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; contours<BR>&gt; &gt;&gt; &gt;&gt; &gt; from<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; that directions<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; HTH,<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; lars<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; -------- Original-Nachricht --------<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; Datum: Mon, 3 May 2010 20:12:22 -0400<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; Von: Xiaofeng Z &lt;xf10036@hotmail.com&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; An: VTK &lt;vtkusers@vtk.org&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; Betreff: [vtkusers] Create an approximate cross-section of a<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; RT<BR>&gt; &gt;&gt; &gt;&gt; &gt; ROI<BR>&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; Hi vtkUsers,<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; I have a set of contours in axial orientation representing a<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; ROI.<BR>&gt; &gt;&gt; &gt;&gt; &gt; I<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; need<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; to sketch the ROI in coronal and sagittal plane, by<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; connection<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; the<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; points<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; made from the intersection of the contours and the cutting<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; plane.<BR>&gt; &gt;&gt; &gt;&gt; &gt; Is<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; there<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; a function to do that in vtk or in ITK?<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; I know the result is not "precise" in a sense that the<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; contours<BR>&gt; &gt;&gt; &gt;&gt; &gt; make<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; this<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; way is not always consistent between themselves. But it<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; seemed<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; to<BR>&gt; &gt;&gt; &gt;&gt; &gt; be<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; the<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; only viable way to sketch a ROI in a multi-planar rendering<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; in<BR>&gt; &gt;&gt; &gt;&gt; &gt; real<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; time.<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; Many thanks!<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; Xiaofeng<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;<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; The New Busy is not the old busy. Search, chat and e-mail<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt; from<BR>&gt; &gt;&gt; &gt;&gt; &gt; your<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; inbox.<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3<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; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; _________________________________________________________________<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; Hotmail is redefining busy with tools for the New Busy. Get more<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; from<BR>&gt; &gt;&gt; &gt;&gt; &gt; your<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt; inbox.<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2<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 http://portal.gmx.net/de/go/maxdome01<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 http://portal.gmx.net/de/go/maxdome01<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt;&gt; &gt;&gt; &gt; &gt; Powered by www.kitware.com<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; http://www.kitware.com/opensource/opensource.html<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; http://www.vtk.org/Wiki/VTK_FAQ<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; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; _________________________________________________________________<BR>&gt; &gt;&gt; &gt;&gt; &gt; The New Busy is not the old busy. Search, chat and e-mail from your<BR>&gt; &gt;&gt; &gt;&gt; &gt; inbox.<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; --<BR>&gt; &gt;&gt; &gt;&gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<BR>&gt; &gt;&gt; &gt;&gt; Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; ________________________________<BR>&gt; &gt;&gt; &gt; Hotmail has tools for the New Busy. Search, chat and e-mail from your<BR>&gt; &gt;&gt; &gt; inbox.<BR>&gt; &gt;&gt; &gt; Learn more.<BR>&gt; &gt;&gt; &gt; _______________________________________________<BR>&gt; &gt;&gt; &gt; Powered by www.kitware.com<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Visit other Kitware open-source projects at<BR>&gt; &gt;&gt; &gt; http://www.kitware.com/opensource/opensource.html<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<BR>&gt; &gt;&gt; &gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt;&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.<BR>&gt; &gt; Learn more.<BR>                                               <br /><hr />The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. <a href='http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4' target='_new'>Get busy.</a></body>
</html>