| SoDataCompressorTileInfo Structure |
This structure contains the dimension and the type of the tile being processed.
Namespace: OIV.LDM.Compressors
The SoDataCompressorTileInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| SoDataCompressorTileInfo(SbVec3i32, SbDataType) | Initializes a new instance of the SoDataCompressorTileInfo class | |
| SoDataCompressorTileInfo(SbVec3i32, SbDataType, SbVec2d) | Initializes a new instance of the SoDataCompressorTileInfo class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| DataType | Tile's data type (byte, int, etc.). | |
| Default | ||
| Dims | Dimensions of the tile. | |
| IsRGBA | True if tile data is a RGBA color packed in a 32bits integer. | |
| Range | Data range of the tile's volume. |