Uses of Class
com.openinventor.ldm.SoLDMDataAccess.DataInfoTrace
-
Packages that use SoLDMDataAccess.DataInfoTrace Package Description com.openinventor.ldm Large Data Management. -
-
Uses of SoLDMDataAccess.DataInfoTrace in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMDataAccess.DataInfoTrace Modifier and Type Method Description SoLDMDataAccess.DataInfoTrace
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbVec2i32 coord)
Convenient method to get the required size of the application buffer: call getData(resolution, subvolume, coord, null).SoLDMDataAccess.DataInfoTrace
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbVec2i32 coord, SoBufferObject bufferObj)
Data values in a single seismic trace (a row of voxels along the volume X axis) are copied into an application buffer.SoLDMDataAccess.DataInfoTrace
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbVec2i32 coord, java.nio.ByteBuffer buffer)
Deprecated.As of Open Inventor 9.4, useSoLDMDataAccess.getData(int, SbBox3i32, SbVec2i32, SoBufferObject)
instead.SoLDMDataAccess.DataInfoTrace
SoLDMDataAccess. getRequestedDataTrace(int requestId)
Returns the data associated with @B requestID @b into @B infoTrace @b.
-