<a href="http://www.vtk.org/VTK/resources/software.html#dev">http://www.vtk.org/VTK/resources/software.html#dev</a><div><br clear="all">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>
Phone: 518-881-4909<br>
<br><br><div class="gmail_quote">On Mon, Jan 30, 2012 at 10:20 AM, Gilles Monnier <span dir="ltr"><<a href="mailto:gilles_monnier@yahoo.fr">gilles_monnier@yahoo.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><span>Ok Thanks much.</span></div><div><br><span></span></div><div><span>If I want to get the cpp file of this filter, do you know where I can find it? (I have an access to the .h file from the vtk 5.9 documentation, but not the cpp file)</span></div>
<div><br></div><div>Regards<span class="HOEnZb"><font color="#888888"><br><span></span></font></span></div><span class="HOEnZb"><font color="#888888"><div><span>Gilles Monnier</span></div></font></span><div><br></div><div class="hm HOEnZb">
</div><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div class="hm HOEnZb"> </div><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div class="hm HOEnZb"> <div dir="ltr">
<font face="Arial"> <hr size="1"> <b><span style="font-weight:bold">De :</span></b> David E DeMarle <<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>><br> <b><span style="font-weight:bold">À :</span></b> Gilles Monnier <<a href="mailto:gilles_monnier@yahoo.fr" target="_blank">gilles_monnier@yahoo.fr</a>> <br>
<b><span style="font-weight:bold">Cc :</span></b> "<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>> <br> <b><span style="font-weight:bold">Envoyé le :</span></b> Lundi 30 janvier 2012 14h45<br>
<b><span style="font-weight:bold">Objet :</span></b> Re: [vtkusers] Release for vtk 5.9.0 and vtkDistancePolyDataFilter<br> </font> </div></div><div><div class="h5"> <br><div><div>Yes it does unless you back port that class into your own 5.8.</div>
<div><br></div><div>About the release: we are NOW, preparing to plan to begin the release candidate cycle, so the next release can be expected somewhat soon. :)</div>
<div>But seriously I expect it to be out about March.</div><div><br></div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a><br>
<br><br><div>On Mon, Jan 30, 2012 at 7:45 AM, Gilles Monnier <span dir="ltr"><<a rel="nofollow" href="mailto:gilles_monnier@yahoo.fr" target="_blank">gilles_monnier@yahoo.fr</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div style="font-family:times new roman,new york,times,serif">Hello,</div><div style="font-family:times new roman,new york,times,serif"><br>
</div><div style="font-family:times new roman,new york,times,serif">I watched an example with the use of vtkDistancePolyDataFilter on the wiki : <br></div><div style="font-family:times new roman,new york,times,serif"><a rel="nofollow" href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DistancePolyDataFilter" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DistancePolyDataFilter</a></div>
<div style="font-family:times new roman,new york,times,serif"><br></div><div style="font-family:times new roman,new york,times,serif">I'm trying to re-use this filter in my code, but it seems that this filter is not yet present in my VTK's Dlls.</div>
<div style="font-family:times new roman,new york,times,serif"><br></div><div style="font-family:times new roman,new york,times,serif">In
this example, it is written the following in the CMakeLists.txt :</div><pre><span style="font-family:times new roman,new york,times,serif">if</span><span style="font-family:times new roman,new york,times,serif">(</span><span style="font-family:times new roman,new york,times,serif">${VTK_VERSION}</span><span style="font-family:times new roman,new york,times,serif"> </span><span style="font-family:times new roman,new york,times,serif">VERSION_LESS</span><span style="font-family:times new roman,new york,times,serif"> </span><span style="font-family:times new roman,new york,times,serif">"20111206"</span><span style="font-family:times new roman,new york,times,serif">)</span><span style="font-family:times new roman,new york,times,serif">
</span><span style="font-family:times new roman,new york,times,serif">message</span><span style="font-family:times new roman,new york,times,serif">(</span><span style="font-family:times new roman,new york,times,serif">FATAL </span><span style="font-family:times new roman,new york,times,serif">" This example requires VTK version 20111206 but the current version is <span>${VTK_VERSION}</span>"</span><span style="font-family:times new roman,new york,times,serif">)</span><span style="font-family:times new roman,new york,times,serif">
</span><span style="font-family:times new roman,new york,times,serif">endif</span><span><span style="font-family:times new roman,new york,times,serif">()</span><br style="font-family:times new roman,new york,times,serif">
<br style="font-family:times new roman,new york,times,serif"><font style="font-family:times new roman,new york,times,serif" size="3">Does it means I have to wait the 5.9.0 version of VTK to be able to use this class?</font><span style="font-family:times new roman,new york,times,serif"></span><br>
</span><span><font style="font-family:times new roman,new york,times,serif" size="3">If th</font></span><span style="font-family:times new roman,new york,times,serif">at is the case, does someone know when is this release planned?</span><br>
<br>Thanks<span><font color="#888888"><br>Gilles Monnier<br></font></span></pre><div><br><span></span></div></div></div><br>_______________________________________________<br>
Powered by <a rel="nofollow" href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a rel="nofollow" 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 rel="nofollow" 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 rel="nofollow" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>
</div><br><br> </div></div></div> </div> </div></div></blockquote></div><br></div>