Class SoLDMDataAccess.DataInfoTrace

java.lang.Object
com.openinventor.ldm.SoLDMDataAccess.DataInfoTrace
Enclosing class:
SoLDMDataAccess

public class SoLDMDataAccess.DataInfoTrace extends 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 Details

    • 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.
  • Constructor Details

    • DataInfoTrace

      public DataInfoTrace()