Package com.openinventor.imageviz
Class SoImageViz
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.SoImageViz
-
public class SoImageViz extends Inventor
Module class use to register/unregister ImageViz module. This class allows the user to initialize the ImageViz module. The module must be initialized before using any other classes of the module.ImageViz Overview
ImageViz Engines
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
enableMultiThread(boolean flag)
Enable or not multi threading usage by ImageViz engines.static java.lang.String
getProductName()
Returns a character string identifying the name of the extension.static java.lang.String
getVersion()
Returns a character string identifying the version of extension.void
setValue(SoImageViz copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Returns a character string identifying the version of extension.
-
setValue
public void setValue(SoImageViz copyFrom)
-
enableMultiThread
public static void enableMultiThread(boolean flag)
Enable or not multi threading usage by ImageViz engines. Default is true.
-
getProductName
public static java.lang.String getProductName()
Returns a character string identifying the name of the extension.
-
-