[vtkusers] VTK and JavaWrappings - vtkPanel
Jens Schmidt
jens.g.w.schmidt at gmx.de
Wed Jun 5 16:40:36 EDT 2013
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...
}
More information about the vtkusers
mailing list