[vtkusers] VTK and JavaWrappings - vtkPanel

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Jun 7 10:55:13 EDT 2013


It's a legacy behavior that was kept to allow backward compatibility
behavior.
Although, you can use the new graphical components which does not load any
native library. Therefore, you have to do it before hand.
To know how to use it, just look at the examples inside the Wrapping/Java
directories.

Seb


On Wed, Jun 5, 2013 at 4:40 PM, Jens Schmidt <jens.g.w.schmidt at gmx.de>wrote:

> Hello,
>
> where is the point in loading ALL native libs in vtkPanel?
> Or the other way around, why load some libs in a class that extends
> vtkPanel, when you load all libs in vtkPanel anyways?
> Can this be turned off? Because i do not want to load all the libs that i
> built in every project ...
>
> Regards
> Jens
>
> vtkPanel:
> static {
>   vtkNativeLibrary.**loadAllNativeLibraries()
> }
>
> vtkCanvas extends vtkPanel:
> static {
>   vtkNativeLibrary.loadSomeLib..**.
>   vtkNativeLibrary.**loadSomeOtherLib...
> }
>
>
> ______________________________**_________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/**
> opensource/opensource.html<http://www.kitware.com/opensource/opensource.html>
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_**FAQ <http://www.vtk.org/Wiki/VTK_FAQ>
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/**listinfo/vtkusers<http://www.vtk.org/mailman/listinfo/vtkusers>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130607/160a3a54/attachment.htm>


More information about the vtkusers mailing list