Package | Description |
---|---|
com.openinventor.ldm |
Large Data Management.
|
Modifier and Type | Method and Description |
---|---|
SoLDMDataAccess.DataInfoLine |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbLine line)
Convenient method to get the required size of the application buffer: call
getData(resolution, subvolume, line, null).
|
SoLDMDataAccess.DataInfoLine |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbLine line,
java.nio.Buffer buffer)
Deprecated.
|
SoLDMDataAccess.DataInfoLine |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbLine line,
java.nio.ByteBuffer buffer)
Deprecated.
As of Open Inventor 9.4, use
SoLDMDataAccess.getData(int, SbBox3i32, SbLine, SoBufferObject) instead. |
SoLDMDataAccess.DataInfoLine |
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.DataInfoLine |
SoLDMDataAccess.getRequestedDataLine(int requestId)
Returns the data associated with @B requestID@b into @B infoLine@b.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com