org.keridwen.vtk.service
Interface VtkReadyService


public interface VtkReadyService

Generic interface to check if the VTK based (native components) is ready and available.
See concrete implementation for further information.

Author:
B.Thiebault, Artenum sarl.

Method Summary
 boolean isVtkReady()
          Checks whether VTK native libraries are loaded or not.
 boolean loadVTKJava()
          Load the native layer of VTK.
 

Method Detail

isVtkReady

boolean isVtkReady()
Checks whether VTK native libraries are loaded or not.

Returns:
true if VTK native libraries have been loaded

loadVTKJava

boolean loadVTKJava()
Load the native layer of VTK.

Returns:
- true if properly loaded, false overwise.


Copyright © 2011-2013 Artenum. All Rights Reserved.