Class SoImageVizEngine

    • Method Detail

      • isEvaluating

        public boolean isEvaluating()
        Returns true if the engine evaluation is in progress.
      • abortEvaluate

        public void abortEvaluate()
        Abort current processing as soon as possible. If no processing is currently running, do nothing.
      • waitEvaluate

        public void waitEvaluate()
        Wait for the end of engine evaluation. This method blocks the current thread.
      • startEvaluate

        public void startEvaluate()
        Evaluate engine and dependencies in another thread without blocking the current one. Event onEnd is raised when processing ends and result is available.