<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Bill,<div class=""><br class=""></div><div class="">Happy new year!</div><div class=""><br class=""></div><div class="">Can this patch (i.e. bac2c9cf7093ec2a82a6ddce4d7bfb7b08d284e2) be also applied onto the release branch?</div><div class=""><br class=""></div><div class="">Thanks</div><div class="">Arnaud</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 04 Dec 2014, at 20:05, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" class="">bill.lorensen@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I pushed a patch through gerrit. vtkConvexHull2D is now in the git repo master.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">On Thu, Dec 4, 2014 at 11:51 AM, b.mayer1 <</span><a href="mailto:b.mayer1@gmail.com" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">b.mayer1@gmail.com</a><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">> wrote:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Just today I went to use vtkConvexHull2D for the first time and ran into<br class="">this problem as well.<br class=""><br class="">On Tue, Dec 2, 2014 at 10:49 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" class="">bill.lorensen@gmail.com</a>><br class="">wrote:<br class=""><blockquote type="cite" class=""><br class="">Are you using vtkConvexHull2D?<br class=""><br class="">On Tue, Dec 2, 2014 at 10:42 AM, Dr. Roman Grothausmann<br class=""><<a href="mailto:grothausmann.roman@mh-hannover.de" class="">grothausmann.roman@mh-hannover.de</a>> wrote:<br class=""><blockquote type="cite" class="">Many thanks Bill for the quick reply. It seems vtkConvexHull2D is barley<br class="">used, as my old notes show this problem already existed around a year<br class="">ago, I<br class="">can't say though which VTK version I was using then.<br class=""><br class=""><br class="">On 02/12/14 16:16, Bill Lorensen wrote:<br class=""><blockquote type="cite" class=""><br class="">Roman,<br class=""><br class="">This is definitely a bug. There are other missing also. I'll look into<br class="">it.<br class=""><br class="">Thanks,<br class=""><br class="">Bill<br class=""><br class="">On Tue, Dec 2, 2014 at 7:03 AM, Dr. Roman Grothausmann<br class=""><<a href="mailto:grothausmann.roman@mh-hannover.de" class="">grothausmann.roman@mh-hannover.de</a>> wrote:<br class=""><blockquote type="cite" class=""><br class="">Dear mailing list members,<br class=""><br class=""><br class="">To get vtkConvexHull2D into my VTK installation, I need to apply the<br class="">following changes to cmake-files:<br class=""><br class="">diff -aur vtk-6.1.0_vanilla/Infovis/Core/CMakeLists.txt<br class="">vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/CMakeLists.txt<br class="">--- vtk-6.1.0_vanilla/Infovis/Core/CMakeLists.txt       2014-01-22<br class="">16:55:41.000000000 +0100<br class="">+++<br class="">vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/CMakeLists.txt<br class="">2014-07-07 14:32:25.074469342 +0200<br class="">@@ -1,4 +1,5 @@<br class=""> set(Module_SRCS<br class="">+  vtkConvexHull2D.cxx<br class="">   vtkAddMembershipArray.cxx<br class="">   vtkAdjacencyMatrixToEdgeTable.cxx<br class="">   vtkArrayNorm.cxx<br class="">diff -aur vtk-6.1.0_vanilla/Infovis/Core/module.cmake<br class="">vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/module.cmake<br class="">--- vtk-6.1.0_vanilla/Infovis/Core/module.cmake 2014-01-22<br class="">16:55:41.000000000 +0100<br class="">+++<br class="">vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/module.cmake<br class="">2014-07-07 14:39:59.525609602 +0200<br class="">@@ -2,6 +2,7 @@<br class="">   GROUPS<br class="">     StandAlone<br class="">   DEPENDS<br class="">+    vtkRenderingCore<br class="">     vtkCommonDataModel<br class="">     vtkCommonSystem<br class="">     vtkFiltersExtraction<br class=""><br class="">Is there a reason vtkConvexHull2D is not included in the default<br class="">installation with Infovis enabled or do I have to enable something<br class="">else<br class="">in<br class="">cmake?<br class=""><br class="">Thanks for any help or hints.<br class="">Roman<br class=""><br class=""><br class="">--<br class="">Dr. Roman Grothausmann<br class=""><br class="">Tomographie und Digitale Bildverarbeitung<br class="">Tomography and Digital Image Analysis<br class=""><br class="">Institut für Funktionelle und Angewandte Anatomie, OE 4120<br class="">Medizinische Hochschule Hannover<br class="">Carl-Neuberg-Str. 1<br class="">D-30625 Hannover<br class=""><br class="">Tel. +49 511 532-9574<br class="">_______________________________________________<br class="">Powered by <a href="http://www.kitware.com" class="">www.kitware.com</a><br class=""><br class="">Visit other Kitware open-source projects at<br class=""><a href="http://www.kitware.com/opensource/opensource.html" class="">http://www.kitware.com/opensource/opensource.html</a><br class=""><br class="">Please keep messages on-topic and check the VTK FAQ at:<br class="">http://www.vtk.org/Wiki/VTK_FAQ<br class=""><br class="">Follow this link to subscribe/unsubscribe:<br class="">http://public.kitware.com/mailman/listinfo/vtkusers<br class=""></blockquote><br class=""><br class=""><br class=""><br class=""></blockquote><br class="">--<br class="">Dr. Roman Grothausmann<br class=""><br class="">Tomographie und Digitale Bildverarbeitung<br class="">Tomography and Digital Image Analysis<br class=""><br class="">Institut für Funktionelle und Angewandte Anatomie, OE 4120<br class="">Medizinische Hochschule Hannover<br class="">Carl-Neuberg-Str. 1<br class="">D-30625 Hannover<br class=""><br class="">Tel. +49 511 532-9574<br class=""></blockquote><br class=""><br class=""><br class="">--<br class="">Unpaid intern in BillsBasement at noware dot com<br class="">_______________________________________________<br class="">Powered by <a href="http://www.kitware.com" class="">www.kitware.com</a><br class=""><br class="">Visit other Kitware open-source projects at<br class=""><a href="http://www.kitware.com/opensource/opensource.html" class="">http://www.kitware.com/opensource/opensource.html</a><br class=""><br class="">Please keep messages on-topic and check the VTK FAQ at:<br class="">http://www.vtk.org/Wiki/VTK_FAQ<br class=""><br class="">Follow this link to subscribe/unsubscribe:<br class="">http://public.kitware.com/mailman/listinfo/vtkusers<br class=""></blockquote><br class=""><br class=""><br class=""><br class="">--<br class="">Brandon Mayer<br class=""><a href="mailto:b.mayer1@gmail.com" class="">b.mayer1@gmail.com</a><br class="">516.672.0551<br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">--<span class="Apple-converted-space"> </span></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Unpaid intern in BillsBasement at noware dot com</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Powered by<span class="Apple-converted-space"> </span></span><a href="http://www.kitware.com/" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">www.kitware.com</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Visit other Kitware open-source projects at<span class="Apple-converted-space"> </span></span><a href="http://www.kitware.com/opensource/opensource.html" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://www.kitware.com/opensource/opensource.html</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Please keep messages on-topic and check the VTK FAQ at:<span class="Apple-converted-space"> </span></span><a href="http://www.vtk.org/Wiki/VTK_FAQ" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://www.vtk.org/Wiki/VTK_FAQ</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Follow this link to subscribe/unsubscribe:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="http://public.kitware.com/mailman/listinfo/vtkusers" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://public.kitware.com/mailman/listinfo/vtkusers</a></div></blockquote></div><br class=""></div></body></html>