Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfoBox
- java.lang.Object
-
- com.openinventor.ldm.SoLDMDataAccess.DataInfoBox
-
- Enclosing class:
- SoLDMDataAccess
public class SoLDMDataAccess.DataInfoBox extends java.lang.Object
Information about data returned for an arbitrary box (subvolume). The box is specified using the appropriate getData method of the SoLDMDataAccess class. The following figure shows the information that is returned.
-
-
Field Summary
Fields Modifier and Type Field Description SbVec3i32
bufferDimension
Dimension of the 3D data matrix (in voxels).long
bufferSize
Size of buffer (in bytes), used by the application to allocate buffer.int
errorFlag
Error indicator.
-
Constructor Summary
Constructors Constructor Description DataInfoBox()
-
-
-
Field Detail
-
errorFlag
public int errorFlag
Error indicator.
-
bufferSize
public long bufferSize
Size of buffer (in bytes), used by the application to allocate buffer.
-
bufferDimension
public SbVec3i32 bufferDimension
Dimension of the 3D data matrix (in voxels). It depends on the resolution. It is equal to the subvolume if resolution = 0.
-
-