Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfoTrace
java.lang.Object
com.openinventor.ldm.SoLDMDataAccess.DataInfoTrace
- Enclosing class:
SoLDMDataAccess
Information about data returned for an arbitrary trace intersecting
a specified subvolume.
The trace is specified using the appropriate getData method.
The following figure shows the information
that is returned.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Dimension of the 1D array of data (the number of values returned).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
public int bufferDimensionDimension of the 1D array of data (the number of values returned). The dimension depends on the requested resolution level.
-
-
Constructor Details
-
DataInfoTrace
public DataInfoTrace()
-