<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 18, 2014 at 10:41 AM, Mark Hervagault <span dir="ltr"><<a href="mailto:mark.hervagault@gmail.com" target="_blank">mark.hervagault@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
I work with java and vtkCollisionDetectionFilter is'nt detected. How I can<br>
have this class ?<br>
<br>
thank<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/vtkCollisionDetectionFilter-with-2-vtkActor-line-and-plane-translation-tp5727475p5727533.html" target="_blank">http://vtk.1045678.n5.nabble.com/vtkCollisionDetectionFilter-with-2-vtkActor-line-and-plane-translation-tp5727475p5727533.html</a><br>

<div class="">Sent from the VTK - Users mailing list archive at Nabble.com.<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>
</div><a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a></blockquote><div><br></div>Hi Mark,<div><br></div><div>Sorry missed this post.</div>
<div><br></div><div>The basic steps are:</div><div><br></div><div><ol><li>Get VTK source code either by downloading the source (zip or tar.gz) or cloning with git<br></li><li>Install CMake</li><li>Using CMake, generate the build files for VTK for your environment. Make sure to check the options "Module_vtkWrappingJava" and "VTK_WRAP_JAVA"</li>
<li>Build VTK with Java wrappers<br></li><li>Get the vtkBioeng source code (clone or download from github)</li><li>Using CMake, generate the build files for the vtkBioeng lib. Same options should be checked for Java.</li>
<li>Build vtkBioeng with Java wrappers</li></ol><div>The filter you want, vtkCollisionDetectionFilter, will be contained in the library you produced in step 7 above. This lib can be imported into your java project.</div></div>
<div><br></div><div>I've added <a href="http://JavaDependencies.cmake.in">JavaDependencies.cmake.in</a> to the repo, so hopefully all will build ok.</div><div><br></div><div>More in depth java-specific advice here: <a href="http://www.vtk.org/Wiki/VTK/Java_Wrapping">http://www.vtk.org/Wiki/VTK/Java_Wrapping</a></div>
<div><br></div><div>hth</div><div><br></div><div>Goodwin</div></div><br></div></div>