Class SoImageVizEngine.EventArg
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.SoImageVizEngine.EventArg
-
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
- SoImageVizEngine
public static class SoImageVizEngine.EventArg extends Inventor implements SbEventArg
-
-
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
-
-
Constructor Summary
Constructors Constructor Description EventArg(SoImageVizEngine engine, float progress)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SoImageVizEngine
getEngine()
Deprecated.As of Open Inventor 9700.float
getProgress()
Return progress of processing.SoImageVizEngine
getSource()
Return the source engine that raised the event.void
setValue(SoImageVizEngine.EventArg copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
EventArg
public EventArg(SoImageVizEngine engine, float progress)
Default constructor.
-
-
Method Detail
-
getProgress
public float getProgress()
Return progress of processing.
-
setValue
public void setValue(SoImageVizEngine.EventArg copyFrom)
-
getEngine
@Deprecated public SoImageVizEngine getEngine()
Deprecated.As of Open Inventor 9700. Use getSource() method instead.Returns the engine that raised event.Warning Deprecated since Open Inventor 9700. Use
getSource()
method instead.
-
getSource
public SoImageVizEngine getSource()
Return the source engine that raised the event.- Specified by:
getSource
in interfaceSbEventArg
-
-