Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • DataInfoTrace

        public DataInfoTrace()