| Package | Description |
|---|---|
| com.openinventor.inventor.caches | |
| com.openinventor.inventor.oglobjects |
| Constructor and Description |
|---|
SoGLObjectCache(SoGLDisplayList.Types type)
Deprecated.
Calls SoGLObjectCache(type, (boolean)true, (int)1).
|
SoGLObjectCache(SoGLDisplayList.Types type,
boolean sharable)
Deprecated.
Calls SoGLObjectCache(type, sharable, (int)1).
|
SoGLObjectCache(SoGLDisplayList.Types type,
boolean sharable,
int numToAllocate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SoGLDisplayList.Types |
SoGLDisplayList.Types.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoGLDisplayList.Types |
SoGLDisplayList.getType()
Deprecated.
Returns the object type (display list, texture, etc)
|
static SoGLDisplayList.Types |
SoGLDisplayList.Types.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGLDisplayList.Types |
SoGLDisplayList.Types.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGLDisplayList.Types[] |
SoGLDisplayList.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SoGLDisplayList(SoState state,
SoGLDisplayList.Types type)
Deprecated.
Calls SoGLDisplayList(state, type, (int)1).
|
SoGLDisplayList(SoState state,
SoGLDisplayList.Types type,
int numToAllocate)
Deprecated.
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com