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 |
Dimensions of the tile. | |
SoDataSet::DataType | dataType |
Tile's data type (byte, int, etc.). | |
SbVec2d | range |
Data range of the tile's volume. | |
bool | isRGBA |
True if tile data is a RGBA color packed in a 32bits integer. | |
This structure contains the dimension and the type of the tile being processed.
Definition at line 75 of file SoDataCompressor.h.
SoDataCompressor::TileInfo::TileInfo | ( | ) |
SoDataCompressor::TileInfo::TileInfo | ( | const SbVec3i32 & | dims, |
const SbDataType & | dataType | ||
) |
SoDataCompressor::TileInfo::TileInfo | ( | const SbVec3i32 & | dims, |
const SbDataType & | dataType, | ||
const SbVec2d & | range | ||
) |
SoDataSet::DataType SoDataCompressor::TileInfo::dataType |
Tile's data type (byte, int, etc.).
Definition at line 89 of file SoDataCompressor.h.
SbVec3i32 SoDataCompressor::TileInfo::dims |
Dimensions of the tile.
Definition at line 84 of file SoDataCompressor.h.
bool SoDataCompressor::TileInfo::isRGBA |
True if tile data is a RGBA color packed in a 32bits integer.
Definition at line 99 of file SoDataCompressor.h.
SbVec2d SoDataCompressor::TileInfo::range |
Data range of the tile's volume.
Definition at line 94 of file SoDataCompressor.h.