Class SoLDMDataAccess.DataInfoBox

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

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

    • DataInfoBox

      public DataInfoBox()