Class SoLDMDataAccess.DataInfoBox

  • Enclosing class:
    SoLDMDataAccess

    public class SoLDMDataAccess.DataInfoBox
    extends java.lang.Object
    Information about data returned for an arbitrary box (subvolume). The box is specified using the appropriate getData method of the SoLDMDataAccess class. The following figure shows the information that is returned.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      SbVec3i32 bufferDimension
      Dimension of the 3D data matrix (in voxels).
      long bufferSize
      Size of buffer (in bytes), used by the application to allocate buffer.
      int errorFlag
      Error indicator.
    • Constructor Summary

      Constructors 
      Constructor Description
      DataInfoBox()  
    • 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 SbVec3i32 bufferDimension
        Dimension of the 3D data matrix (in voxels). It depends on the resolution. It is equal to the subvolume if resolution = 0.
    • Constructor Detail

      • DataInfoBox

        public DataInfoBox()