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 | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (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. |