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