org.keridwen.vtk.service.linux
Class LinuxVtkReadyService
java.lang.Object
org.keridwen.vtk.service.linux.LinuxVtkReadyService
- All Implemented Interfaces:
- VtkReadyService
public class LinuxVtkReadyService
- extends Object
- implements VtkReadyService
Concrete implementation of the VtkReadyService
interface
for Linux 64 bits based platforms.
Try to load (i.e. System.loadLibrary) the native layer of VTK.
- Author:
- B.Thiebault, Artenum sarl.
Method Summary |
boolean |
isVtkReady()
Checks whether VTK native libraries are loaded or not. |
boolean |
loadVTKJava()
|
void |
stop()
Stop method called on bundle invalidation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinuxVtkReadyService
public LinuxVtkReadyService()
stop
public final void stop()
- Stop method called on bundle invalidation.
isVtkReady
public boolean isVtkReady()
- Checks whether VTK native libraries are loaded or not.
- Specified by:
isVtkReady
in interface VtkReadyService
- Returns:
- true if VTK native libraries have been loaded
loadVTKJava
public boolean loadVTKJava()
- Specified by:
loadVTKJava
in interface VtkReadyService
Copyright © 2010-2013 Artenum. All Rights Reserved.