Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfoLine
java.lang.Object
com.openinventor.ldm.SoLDMDataAccess.DataInfoLine
- Enclosing class:
SoLDMDataAccess
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
FieldsModifier and TypeFieldDescriptionint
Dimension of the 1D array of data (in voxels).long
Size of buffer (in bytes), used by the application to allocate buffer.int
Error indicatorFirst and last point of the segment of data in voxel coordinates. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errorFlag
public int errorFlagError indicator -
bufferSize
public long bufferSizeSize of buffer (in bytes), used by the application to allocate buffer. -
bufferDimension
public int bufferDimensionDimension of the 1D array of data (in voxels). The dimension depends on the resolution. -
lineCoord
First and last point of the segment of data in voxel coordinates.
-
-
Constructor Details
-
DataInfoLine
public DataInfoLine()
-