<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi Vinvent,</p>
<p style="margin-top:0;margin-bottom:0">Thanks for you reply.</p>
I applied the vtkCurvature on my data.
<div>Then i extracted those areas by using vtkthreshold with ThresholdByLower.</div>
<div>The following is my code. Could you please advice?</div>
<div>
<div><br>
</div>
<div>.......</div>
<div><span style="white-space:pre"></span>vtkPolyDataReader *reader = vtkPolyDataReader::New();</div>
<div><span style="white-space:pre"></span>reader->SetFileName(argv[1]);</div>
<div><span style="white-space:pre"></span>reader->Update();</div>
<div><br>
</div>
<div><span style="white-space:pre"></span>int nOfPnts = reader->GetOutput()->GetPoints()->GetNumberOfPoints();</div>
<div><br>
</div>
<div><span style="white-space:pre"></span>vtkCurvatures *meanCurve = vtkCurvatures::New();</div>
<div><span style="white-space:pre"></span>meanCurve->SetInputConnection(reader->GetOutputPort());</div>
<div><span style="white-space:pre"></span>meanCurve->SetCurvatureTypeToMean();</div>
<div><span style="white-space:pre"></span>meanCurve->Update();<span style="font-size: 12pt; white-space: pre;">
</span></div>
<div><span style="white-space:pre"></span></div>
<div><span style="white-space:pre"></span>vtkThreshold *thresh = vtkThreshold::New();</div>
<div><span style="white-space:pre"></span>thresh->SetInputConnection(meanCurve->GetOutputPort());</div>
<div><span style="white-space:pre"></span>thresh->ThresholdByLower(0.085);</div>
<div><span style="white-space:pre"></span>thresh->Update();</div>
<div><br>
</div>
<div><span style="white-space:pre"></span>vtkGeometryFilter *geom = vtkGeometryFilter::New();</div>
<div><span style="white-space:pre"></span>geom->SetInputConnection(thresh->GetOutputPort());</div>
<div><br>
</div>
<div><span style="white-space:pre"></span>vtkPolyDataMapper *mapper = vtkPolyDataMapper::New();</div>
<div><span style="white-space:pre"></span>mapper->SetInputConnection(geom->GetOutputPort());</div>
........</div>
<div><br>
</div>
<div>Thank you.</div>
<div><br>
</div>
<div>Regards,</div>
<div>Polly<br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Vincent RIVOLA <vincentrivola@hotmail.com><br>
<b>Sent:</b> Saturday, March 3, 2018 4:11 AM<br>
<b>To:</b> Polly Pui<br>
<b>Cc:</b> Cory Quammen; vtkusers@vtk.org<br>
<b>Subject:</b> Re: [vtkusers] vtkBooleanOperationPolyDataFilter</font>
<div> </div>
</div>
<div class="" style="word-wrap:break-word; line-break:after-white-space">Hi,
<div class=""><br class="">
</div>
<div class="">Do you apply vtkThreshold on cell values or point values?</div>
<div class="">This will make a difference and I guess the missing cells is related to that. </div>
<div class="">If you really want to get the complementary part you should apply TheresoldByLower and ThresholdByUpper  on cell data I think.</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class=""><br class="">
</div>
<div class="">Vincent<br class="">
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">Le 2 mars 2018 à 19:39, Polly Pui <<a href="mailto:polly_sukting@hotmail.com" class="" id="LPlnk869111" previewremoved="true">polly_sukting@hotmail.com</a>> a écrit :</div>
<br class="x_Apple-interchange-newline">
<div class="">
<div id="x_divtagdefaultwrapper" dir="ltr" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; font-size:12pt; font-family:Calibri,Helvetica,sans-serif">
<div class="" style="margin-top:0px; margin-bottom:0px">Hi Cory,</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Thanks for your reply.</div>
<div class="" style="margin-top:0px; margin-bottom:0px">I extracted the result in red image by using the vtkthreshold (ThresholdByLower=0.085). </div>
<div class="" style="margin-top:0px; margin-bottom:0px">I tried to invert the extraction by using ThresholdByUpper=0.015, but the result weren't what i wanted.</div>
<div class="" style="margin-top:0px; margin-bottom:0px">The red image with white holes (the removed areas are what i wanted). The blue area is extracted using the inverted value of threshold.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><span id="x_cid:f7c26712-986e-4e9b-9c1f-0174777617ab"><above_below.jpg></span><br class="">
I cant really understand what do you mean by boolean operations cant work on this case.</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Are we not able to obtain the areas using "difference" operation?</div>
<br class="">
Best,
<div class="">Polly<br class="">
<div class="" style="">
<hr tabindex="-1" class="" style="display:inline-block; width:758.515625px">
<div id="x_divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" class="" style="font-size:11pt"><b class="">From:</b><span class="x_Apple-converted-space"> </span>Cory Quammen <<a href="mailto:cory.quammen@kitware.com" class="" id="LPlnk533677" previewremoved="true">cory.quammen@kitware.com</a>><br class="">
<b class="">Sent:</b><span class="x_Apple-converted-space"> </span>Thursday, March 1, 2018 9:01 PM<br class="">
<b class="">To:</b><span class="x_Apple-converted-space"> </span>Polly Pui<br class="">
<b class="">Cc:</b><span class="x_Apple-converted-space"> </span><a href="mailto:vtkusers@vtk.org" class="" id="LPlnk402404" previewremoved="true">vtkusers@vtk.org</a><br class="">
<b class="">Subject:</b><span class="x_Apple-converted-space"> </span>Re: [vtkusers] vtkBooleanOperationPolyDataFilter</font>
<div class=""> </div>
</div>
<div class="">
<div dir="ltr" class=""><br class="">
<div class="x_x_gmail_extra"><br class="">
<div class="x_x_gmail_quote">On Thu, Mar 1, 2018 at 1:01 AM, Polly Pui<span class="x_Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:polly_sukting@hotmail.com" target="_blank" id="LPlnk550297" class="" previewremoved="true">polly_sukting@hotmail.com</a>></span><span class="x_Apple-converted-space"> </span>wrote:<br class="">
<blockquote class="x_x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-style:solid; border-left-color:rgb(204,204,204); padding-left:1ex">
<div dir="ltr" class="">
<div id="x_x_m_1743815686831938821divtagdefaultwrapper" dir="ltr" class="" style="font-size:12pt; font-family:Calibri,Helvetica,sans-serif">
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
Hi,</div>
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
I would like to obtain the areas which are removed in 'Red Image'.</div>
</div>
</div>
</blockquote>
<div class="">Couldn't you invert the threshold operation to produce those areas instead of the red surface?<br class="">
</div>
<blockquote class="x_x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-style:solid; border-left-color:rgb(204,204,204); padding-left:1ex">
<div dir="ltr" class="">
<div id="x_x_m_1743815686831938821divtagdefaultwrapper" dir="ltr" class="" style="font-size:12pt; font-family:Calibri,Helvetica,sans-serif">
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
Green image is original data and Red image is the thresholded data. </div>
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
I applied "union operation" in order to get the areas. I used the code given in <a href="https://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/BooleanOperationPolyDataFilter" class="x_x_m_1743815686831938821OWAAutoLink" id="LPlnk421431" target="_blank" previewremoved="true">https://www.vtk.org/Wiki/<wbr class="">VTK/Examples/Cxx/PolyData/<wbr class="">BooleanOperationPolyDataFilter</a></div>
<br class="">
</div>
</div>
</blockquote>
<div class="">The boolean operation filter won't work in this case because it does not handle boolean operations on overlapping surfaces.</div>
<div class=""><br class="">
</div>
<div class="">HTH,</div>
<div class="">Cory</div>
<blockquote class="x_x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-style:solid; border-left-color:rgb(204,204,204); padding-left:1ex">
<div dir="ltr" class="">
<div id="x_x_m_1743815686831938821divtagdefaultwrapper" dir="ltr" class="" style="font-size:12pt; font-family:Calibri,Helvetica,sans-serif">
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
But the areas that I wanted couldn't be shown completely in grey image. The polygons are not connected.</div>
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
Any suggestion on how can I improve this?</div>
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
<span id="x_cid:447fa535-f257-4dc6-b3fc-6e3077cf35dd"><boolean.jpg></span><br class="">
<br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px; font-family:Calibri,Helvetica,sans-serif,serif,EmojiFont; font-size:16px">
Thanks.</div>
<br class="">
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
<div class="" style="margin-top:0px; margin-bottom:0px">Best,</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Polly</div>
</div>
</div>
<br class="">
______________________________<wbr class="">_________________<br class="">
Powered by<span class="x_Apple-converted-space"> </span><a href="http://www.kitware.com/" rel="noreferrer" target="_blank" id="LPlnk693148" class="" previewremoved="true">www.kitware.com</a><br class="">
<br class="">
Visit other Kitware open-source projects at<span class="x_Apple-converted-space"> </span><a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank" id="LPlnk554419" class="" previewremoved="true">http://www.kitware.com/<wbr class="">opensource/opensource.html</a><br class="">
<br class="">
Please keep messages on-topic and check the VTK FAQ at:<span class="x_Apple-converted-space"> </span><a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank" id="LPlnk698963" class="" previewremoved="true">http://www.vtk.org/Wiki/VTK_<wbr class="">FAQ</a><br class="">
<br class="">
Search the list archives at:<span class="x_Apple-converted-space"> </span><a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank" id="LPlnk139371" class="" previewremoved="true">http://markmail.org/search/?q=<wbr class="">vtkusers</a><br class="">
<br class="">
Follow this link to subscribe/unsubscribe:<br class="">
<a href="https://vtk.org/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank" id="LPlnk455118" class="" previewremoved="true">https://vtk.org/mailman/<wbr class="">listinfo/vtkusers</a>
<div id="LPBorder_GT_15200156056280.5084435914516079" class="" style="margin-bottom:20px; overflow:auto; width:757.953125px; text-indent:0px">
<table id="LPContainer_15200156056260.7646855896639322" cellspacing="0" class="" style="width:682.15625px; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top-width:1px; border-top-style:dotted; border-top-color:rgb(200,200,200); border-bottom-width:1px; border-bottom-style:dotted; border-bottom-color:rgb(200,200,200)">
<tbody class="">
<tr valign="top" class="" style="border-spacing:0px">
<td id="x_TextCell_15200156056270.6744068321801076" colspan="2" class="" style="vertical-align: top; padding: 0px; display: table-cell; position: relative;">
<div id="LPRemovePreviewContainer_15200156056270.4636505623188454" class=""><a id="LPlnk803313" class="x_ms-Icon--x x_ms-icon-font-size-14" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-weight:normal; padding:8px; float:right; color:rgb(102,102,102); background-color:rgb(251,237,247); margin-left:10px" previewremoved="true"></a></div>
<div id="LPTitle_15200156056270.9034739581460263" class="" style="top:0px; color:rgb(220,79,173); font-weight:400; font-size:21px; font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height:21px">
<a id="LPUrlAnchor_15200156056270.610265829429167" href="https://vtk.org/mailman/listinfo/vtkusers" target="_blank" class="" style="text-decoration:none">vtkusers Info Page - VTK - The Visualization Toolkit</a></div>
<div id="LPMetadata_15200156056270.6175907672601728" class="" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:400; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
<a href="http://vtk.org/" class="" id="LPlnk472380" previewremoved="true">vtk.org</a></div>
<div id="LPBorder_GT_15202161226170.9938720697152281" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_15202161226150.5036553822381356" role="presentation" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_15202161226160.2308493637573794" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_15202161226160.8460194301909971"></div>
<div id="LPTitle_15202161226160.9113260223550863" style="top: 0px; color: rgb(220, 79, 173); font-weight: 400; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_15202161226160.7594465399810806" href="http://vtk.org/" target="_blank" style="text-decoration: none;">VTK - The Visualization Toolkit</a></div>
<div id="LPMetadata_15202161226170.9741504657564632" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
vtk.org</div>
<div id="LPDescription_15202161226170.8105545586765643" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
Visualize Your Data With VTK. The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing, and ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div id="LPDescription_15200156056280.15221001005758006" class="" style="display:block; color:rgb(102,102,102); font-weight:400; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:20px; max-height:100px; overflow:hidden">
To see the collection of prior postings to the list, visit the vtkusers Archives. Using vtkusers: To post a message to all the list members, send ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br class="">
<br class="">
<br class="">
</blockquote>
</div>
<br class="">
<br clear="all" class="">
<div class=""><br class="">
</div>
--<span class="x_Apple-converted-space"> </span><br class="">
<div class="x_x_gmail_signature">Cory Quammen<br class="">
Staff R&D Engineer<br class="">
Kitware, Inc.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">_______________________________________________</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">Powered
 by<span class="x_Apple-converted-space"> </span></span><a href="http://www.kitware.com/" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk575529" previewremoved="true">www.kitware.com</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">Visit
 other Kitware open-source projects at<span class="x_Apple-converted-space"> </span></span><a href="http://www.kitware.com/opensource/opensource.html" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk665329" previewremoved="true">http://www.kitware.com/opensource/opensource.html</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">Please
 keep messages on-topic and check the VTK FAQ at:<span class="x_Apple-converted-space"> </span></span><a href="http://www.vtk.org/Wiki/VTK_FAQ" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk308118" previewremoved="true">http://www.vtk.org/Wiki/VTK_FAQ</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">Search
 the list archives at:<span class="x_Apple-converted-space"> </span></span><a href="http://markmail.org/search/?q=vtkusers" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk41191" previewremoved="true">http://markmail.org/search/?q=vtkusers</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">Follow
 this link to subscribe/unsubscribe:</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<a href="https://vtk.org/mailman/listinfo/vtkusers" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk193637" previewremoved="true">https://vtk.org/mailman/listinfo/vtkusers</a></div>
<div id="LPBorder_GT_15202161921390.6815341777117234" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_15202161921380.2535475513571481" role="presentation" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_15202161921380.2783441883704505" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_15202161921380.23821964791448402"></div>
<div id="LPTitle_15202161921380.635090094820685" style="top: 0px; color: rgb(220, 79, 173); font-weight: 400; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_15202161921390.6265123170280176" href="https://vtk.org/mailman/listinfo/vtkusers" target="_blank" style="text-decoration: none;">vtkusers Info Page - VTK - The Visualization Toolkit</a></div>
<div id="LPMetadata_15202161921390.26833155425177857" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
vtk.org</div>
<div id="LPDescription_15202161921390.9876955291152316" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
To see the collection of prior postings to the list, visit the vtkusers Archives. Using vtkusers: To post a message to all the list members, send ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>