org.keridwen.vtk.service.linux
Class LinuxVtkReadyService

java.lang.Object
  extended by 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 with "old" GLibc, i.e version 2.5 and lower.
Try to load (i.e. System.loadLibrary) the native layer of VTK.

Author:
B.Thiebault, Artenum sarl.

Constructor Summary
LinuxVtkReadyService()
           
 
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
 

Constructor Detail

LinuxVtkReadyService

public LinuxVtkReadyService()
Method Detail

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.