Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfoTrace
- java.lang.Object
-
- com.openinventor.ldm.SoLDMDataAccess.DataInfoTrace
-
- Enclosing class:
- SoLDMDataAccess
public class SoLDMDataAccess.DataInfoTrace extends java.lang.Object
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
Fields Modifier and Type Field Description int
bufferDimension
Dimension of the 1D array of data (the number of values returned).long
bufferSize
Size of buffer (in bytes) used by the application to allocate buffer.int
errorFlag
Error indicator.
-
Constructor Summary
Constructors Constructor Description DataInfoTrace()
-
-
-
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 int bufferDimension
Dimension of the 1D array of data (the number of values returned). The dimension depends on the requested resolution level.
-
-