Uses of Class
com.openinventor.imageviz.engines.SoImageVizEngine.EventArg
-
Packages that use SoImageVizEngine.EventArg Package Description com.openinventor.imageviz.engines ImageViz engines allow the application of computational algorithms on data extracted from images. -
-
Uses of SoImageVizEngine.EventArg in com.openinventor.imageviz.engines
Fields in com.openinventor.imageviz.engines with type parameters of type SoImageVizEngine.EventArg Modifier and Type Field Description SbEventHandler<SoImageVizEngine.EventArg>
SoImageVizEngine. onBegin
Event raised when the processing begins.SbEventHandler<SoImageVizEngine.EventArg>
SoImageVizEngine. onEnd
Event raised when processing ends and the result is available.SbEventHandler<SoImageVizEngine.EventArg>
SoImageVizEngine. onProgress
Event raised while processing is running.Methods in com.openinventor.imageviz.engines with parameters of type SoImageVizEngine.EventArg Modifier and Type Method Description void
SoImageVizEngine.EventArg. setValue(SoImageVizEngine.EventArg copyFrom)
-