Information about returned data when directly accessing the data rather than copying the data. More...
#include <LDM/SoLDMDataAccess.h>
Public Attributes | |
ErrorValue | errorFlag |
SoLDMTileID | tileID |
SbVec3i32 | tileDimension |
SbBox3i32 | tilePosition |
int64_t | bufferSize |
void * | tileData |
Information about returned data when directly accessing the data rather than copying the data.
Used with the SoLDMDataAccess::getData(int, const SbVec3i32&) method.
Size of the data tile in bytes.
Error indicator.
Use enum ErrorValue. Note that even when errorFlag is CORRECT, bufferSize may be zero meaning no data was returned.
Pointer to the data tile, valid until the releaseData() method of SoLDMDataAccess is called or the associated SoVolumeData is destroyed.
Dimensions of the data tile in voxels.
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).