org.keridwen.vtk.service.windows
Class WinVtkReadyService

java.lang.Object
  extended by org.keridwen.vtk.service.windows.WinVtkReadyService
All Implemented Interfaces:
VtkReadyService

public class WinVtkReadyService
extends Object
implements VtkReadyService

Concrete implementation of the VtkReadyService interface for Microsoft Windows XP - 32 bits platforms.
Try to load (i.e. System.loadLibrary) the native layer of VTK.

Author:
B.Thiebault, Artenum sarl.

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

WinVtkReadyService

public WinVtkReadyService()
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.