Uses of Enum Class
com.openinventor.inventor.devices.SoBufferObject.AccessModes
Packages that use SoBufferObject.AccessModes
Package
Description
Open Inventor supported devices.
-
Uses of SoBufferObject.AccessModes in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoBufferObject.AccessModesModifier and TypeMethodDescriptionSoBufferObject.getMappedBufferObjectAccessMode()Returns the access mode used for the buffer mapping.static SoBufferObject.AccessModesSoBufferObject.AccessModes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoBufferObject.AccessModesReturns the enum constant of this class with the specified name.static SoBufferObject.AccessModes[]SoBufferObject.AccessModes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.devices with parameters of type SoBufferObject.AccessModesModifier and TypeMethodDescriptionSoBufferObject.map(SoBufferObject.AccessModes accessMode) Calls map(accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).SoBufferObject.map(SoBufferObject.AccessModes accessMode, long offset) Calls map(accessMode, offset, (long)SO_BUFFER_SIZE_ALL).SoBufferObject.map(SoBufferObject.AccessModes accessMode, long offset, long count) Map the buffer to a system memory address and allows the mapping of a sub part of the buffer object into CPU memory.voidSoBufferObject.map(SoBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoBufferObject.map(SoBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoBufferObject.map(SoBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Maps the current buffer object into the specified buffer object. -
Uses of SoBufferObject.AccessModes in com.openinventor.ldm.tiles
Methods in com.openinventor.ldm.tiles with parameters of type SoBufferObject.AccessModesModifier and TypeMethodDescriptionvoidSoCpuBufferBitSet.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferBitSet.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferBitSet.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified CPU buffer object.voidSoCpuBufferBitSet.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferBitSet.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferBitSet.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferCompressed.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferCompressed.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferCompressed.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified CPU buffer object.voidSoCpuBufferCompressed.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferCompressed.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferCompressed.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferFromVolumeReader.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferFromVolumeReader.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferFromVolumeReader.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified CPU buffer object.voidSoCpuBufferFromVolumeReader.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferFromVolumeReader.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferFromVolumeReader.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferUniform.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferUniform.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferUniform.map(SoCpuBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified CPU buffer object.voidSoCpuBufferUniform.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferUniform.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferUniform.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.