This structure contains the dimension and the type of the tile being processed. More...
#include <LDM/compressors/SoDataCompressor.h>
Public Member Functions | |
TileInfo () | |
TileInfo (const SbVec3i32 &dims, const SbDataType &dataType) | |
TileInfo (const SbVec3i32 &dims, const SbDataType &dataType, const SbVec2d &range) | |
Public Attributes | |
SbVec3i32 | dims |
SoDataSet::DataType | dataType |
SbVec2d | range |
bool | isRGBA |
This structure contains the dimension and the type of the tile being processed.
SoDataCompressor::TileInfo::TileInfo | ( | ) |
SoDataCompressor::TileInfo::TileInfo | ( | const SbVec3i32 & | dims, | |
const SbDataType & | dataType | |||
) |
SoDataCompressor::TileInfo::TileInfo | ( | const SbVec3i32 & | dims, | |
const SbDataType & | dataType, | |||
const SbVec2d & | range | |||
) |
Tile's data type (byte, int, etc.
).
Dimensions of the tile.
True if tile data is a RGBA color packed in a 32bits integer.
Data range of the tile's volume.