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