Uses of Class
com.openinventor.ldm.SoLDMDataAccess.DataInfoBox
Packages that use SoLDMDataAccess.DataInfoBox
-
Uses of SoLDMDataAccess.DataInfoBox in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMDataAccess.DataInfoBoxModifier and TypeMethodDescriptionConvenient method to get the required size of the application buffer: call getData(resolution, subvolume, null).SoLDMDataAccess.getData
(int resolution, SbBox3i32 subVolume, SoBufferObject bufferObj) Given a subvolume in voxel coordinates, copies the associated data into an application buffer.SoLDMDataAccess.getData
(int resolution, SbBox3i32 subVolume, ByteBuffer buffer) Deprecated.SoLDMDataAccess.getRequestedDataBox
(int requestId) Returns the data associated with @B requestID@b into @B infoBox@b.
SoLDMDataAccess.getData(int, SbBox3i32, SoBufferObject)
instead.