Class SoLDMDataAccess.DataInfoLine

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

public class SoLDMDataAccess.DataInfoLine extends Object
Information about data returned for an arbitrary line intersecting a specified subvolume. The line and subvolume are 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 int bufferDimension
      Dimension of the 1D array of data (in voxels). The dimension depends on the resolution.
    • lineCoord

      public SbVec3i32[] lineCoord
      First and last point of the segment of data in voxel coordinates.
  • Constructor Details

    • DataInfoLine

      public DataInfoLine()