Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfoLine
- java.lang.Object
-
- com.openinventor.ldm.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 indicatorSbVec3i32[]
lineCoord
First and last point of the segment of data in voxel coordinates.
-
Constructor Summary
Constructors Constructor Description DataInfoLine()
-
-
-
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.
-
-