Package | Description |
---|---|
com.openinventor.inventor.devices |
Open Inventor supported devices.
|
Modifier and Type | Method and Description |
---|---|
static SoBufferObject.AccessModes |
SoBufferObject.AccessModes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoBufferObject.AccessModes |
SoBufferObject.getMappingAccessMode()
Returns the access mode used for the buffer mapping.
|
static SoBufferObject.AccessModes |
SoBufferObject.AccessModes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoBufferObject.AccessModes |
SoBufferObject.AccessModes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoBufferObject.AccessModes[] |
SoBufferObject.AccessModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
SoCpuBufferObject.map(SoBufferObject.AccessModes accessMode)
Map the buffer to a system memory address.
|
java.nio.ByteBuffer |
SoGLBufferObject.map(SoBufferObject.AccessModes accessMode)
This function maps the OpenGL buffer memory into CPU memory.
|
java.nio.ByteBuffer |
SoGLBufferObject.map(SoBufferObject.AccessModes accessMode,
long offset,
long count)
This function extends the
map(AccessMode) method by allowing the mapping of a sub part of the buffer object into CPU memory. |
void |
SoBufferObject.map(SoBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode)
Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoBufferObject.map(SoBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition)
Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoBufferObject.map(SoBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition,
long mappingSize)
Maps the current buffer object into the specified buffer object.
|
void |
SoBufferObject.map(SoCpuBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode)
Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoBufferObject.map(SoCpuBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition)
Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoBufferObject.map(SoCpuBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition,
long mappingSize)
Maps the current buffer object into the specified CPU buffer object.
|
void |
SoCpuBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode)
Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode)
Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition)
Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition)
Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition,
long mappingSize)
Map the current buffer object into the specified GL buffer object.
|
void |
SoGLBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition,
long mappingSize)
Map the current buffer object into the specified GL buffer object.
|
void |
SoBufferObject.setMappingAccessMode(SoBufferObject.AccessModes accessMode)
Sets the mapping mode used for the mapping of a buffer object.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com