Uses of Class
com.openinventor.ldm.SoLDMDataAccess.DataInfoTrace
Packages that use SoLDMDataAccess.DataInfoTrace
-
Uses of SoLDMDataAccess.DataInfoTrace in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMDataAccess.DataInfoTraceModifier and TypeMethodDescriptionConvenient method to get the required size of the application buffer: call getData(resolution, subvolume, coord, null).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.getData
(int resolution, SbBox3i32 subVolume, SbVec2i32 coord, ByteBuffer buffer) Deprecated.SoLDMDataAccess.getRequestedDataTrace
(int requestId) Returns the data associated with @B requestID @b into @B infoTrace @b.
SoLDMDataAccess.getData(int, SbBox3i32, SbVec2i32, SoBufferObject)
instead.