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 TypeFieldDescriptionintDimension of the 1D array of data (in voxels).longSize of buffer (in bytes), used by the application to allocate buffer.intError 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()
-