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