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.ObjectInformation 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 intbufferDimensionDimension of the 1D array of data (the number of values returned).longbufferSizeSize of buffer (in bytes) used by the application to allocate buffer.interrorFlagError 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.
-
-