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