Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfoBox
java.lang.Object
com.openinventor.ldm.SoLDMDataAccess.DataInfoBox
- Enclosing class:
SoLDMDataAccess
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
FieldsModifier and TypeFieldDescriptionDimension of the 3D data matrix (in voxels).long
Size of buffer (in bytes), used by the application to allocate buffer.int
Error indicator. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errorFlag
public int errorFlagError indicator. -
bufferSize
public long bufferSizeSize of buffer (in bytes), used by the application to allocate buffer. -
bufferDimension
Dimension of the 3D data matrix (in voxels). It depends on the resolution. It is equal to the subvolume if resolution = 0.
-
-
Constructor Details
-
DataInfoBox
public DataInfoBox()
-