Uses of Class
com.openinventor.ldm.SoLDMDataAccess.DataInfoLine
-
Packages that use SoLDMDataAccess.DataInfoLine Package Description com.openinventor.ldm Large Data Management. -
-
Uses of SoLDMDataAccess.DataInfoLine in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMDataAccess.DataInfoLine Modifier and Type Method Description SoLDMDataAccess.DataInfoLine
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbLine line)
Convenient method to get the required size of the application buffer: call getData(resolution, subvolume, line, null).SoLDMDataAccess.DataInfoLine
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbLine line, SoBufferObject bufferObj)
Given a subvolume in voxel coordinates and a line, copies the data intersecting the line and the subvolume into an application buffer.SoLDMDataAccess.DataInfoLine
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbLine line, java.nio.ByteBuffer buffer)
Deprecated.As of Open Inventor 9.4, useSoLDMDataAccess.getData(int, SbBox3i32, SbLine, SoBufferObject)
instead.SoLDMDataAccess.DataInfoLine
SoLDMDataAccess. getRequestedDataLine(int requestId)
Returns the data associated with @B requestID@b into @B infoLine@b.
-