Class SoEngine

    • Method Detail

      • getByName

        public static SoEngine getByName​(java.lang.String name)
        Looks up engine(s) by name.
      • copy

        public SoEngine copy()
        Creates and returns an exact copy of the engine. All connections to inputs are copied as is (without copying what's at the other end).
      • getOutput

        public SoEngineOutput getOutput​(java.lang.String outputName)
        Returns a reference to the engine output with the given name. If no such output exists, NULL is returned.
      • getOutputName

        public java.lang.String getOutputName​(SoEngineOutput output)
        Returns (in outputName) the name of the engine output (output). Returns false if the engine output is not contained within the engine instance.