Package com.openinventor.ldm
Class SoLDMDataAccess.DataInfo
java.lang.Object
com.openinventor.ldm.SoLDMDataAccess.DataInfo
- Enclosing class:
SoLDMDataAccess
Information about returned data when using a pointer to access the data rather than copying the data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Error indicatorReference the data tile, valid until the releaseData method of LDMDataAccess is called or the associated SoVolumeData is destroyedDimension of the data tile.LDM tile ID of the tile that contains the data at #tilePosition.Position of the data tile in voxel coordinates (min = lower left back corner, max = upper right front corner). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errorFlag
public int errorFlagError indicator -
tileID
LDM tile ID of the tile that contains the data at #tilePosition. -
tileData
Reference the data tile, valid until the releaseData method of LDMDataAccess is called or the associated SoVolumeData is destroyed -
tileDimension
Dimension of the data tile. -
tilePosition
Position of the data tile in voxel coordinates (min = lower left back corner, max = upper right front corner).
-
-
Constructor Details
-
DataInfo
public DataInfo()
-