Class SoLDMDataAccess.DataInfoLine

  • Enclosing class:
    SoLDMDataAccess

    public class SoLDMDataAccess.DataInfoLine
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      int bufferDimension
      Dimension of the 1D array of data (in voxels).
      long bufferSize
      Size of buffer (in bytes), used by the application to allocate buffer.
      int errorFlag
      Error indicator
      SbVec3i32[] lineCoord
      First and last point of the segment of data in voxel coordinates.
    • Constructor Summary

      Constructors 
      Constructor Description
      DataInfoLine()  
    • 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 (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 Detail

      • DataInfoLine

        public DataInfoLine()