public abstract class Inventor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Inventor.ConstructorCommand |
Modifier and Type | Field and Description |
---|---|
static int |
VERBOSE_LEVEL |
static long |
ZeroHandle |
Modifier and Type | Method and 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.
|
public static final int VERBOSE_LEVEL
public static final long ZeroHandle
public java.lang.Long getNativeResourceHandle()
@Deprecated public boolean dispose()
dispose
method
only on objects implementing SafeDisposable, see
SafeDisposable
for more
details.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.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com