Class Inventor

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean dispose()
      Deprecated.
      As of Open Inventor 9.0, should call dispose method only on objects implementing SafeDisposable, see SafeDisposable for more details.
      java.lang.Long getNativeResourceHandle()
      Get the address of the native (C++) object represented by the current java object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERBOSE_LEVEL

        public static final int VERBOSE_LEVEL
      • ZeroHandle

        public static final long ZeroHandle
    • Method Detail

      • getNativeResourceHandle

        public java.lang.Long getNativeResourceHandle()
        Get the address of the native (C++) object represented by the current java object.
        Returns:
        address of the native object
      • dispose

        @Deprecated(since="9.0")
        public boolean dispose()
        Deprecated.
        As of Open Inventor 9.0, should call dispose method only on objects implementing SafeDisposable, see SafeDisposable for more details.
        Explicitly call this method to force object to dispose its unmanaged resources. The object may not be reused in the application code after this call.
        Returns:
        true if this object native resources were successfully disposed; false if it was already disposed or no native resources has been registered for this object.