Package | Description |
---|---|
com.openinventor.ldm |
Large Data Management.
|
Modifier and Type | Method and 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,
java.nio.Buffer buffer)
Deprecated.
|
SoLDMDataAccess.DataInfoPlane |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbPlane plane,
java.nio.ByteBuffer buffer)
Deprecated.
As of Open Inventor 9.4, use
SoLDMDataAccess.getData(int, SbBox3i32, SbPlane, SoBufferObject) instead. |
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 buffer
|
SoLDMDataAccess.DataInfoPlane |
SoLDMDataAccess.getRequestedDataPlane(int requestId)
Returns the data associated with @B requestID@b into @B infoPlane@b.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com