Click or drag to resize
SoDataCompressorTileInfo Structure

This structure contains the dimension and the type of the tile being processed.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct TileInfo

The SoDataCompressorTileInfo type exposes the following members.

Constructors
  NameDescription
Public methodSoDataCompressorTileInfo(SbVec3i32, SbDataType)
Initializes a new instance of the SoDataCompressorTileInfo class
Public methodSoDataCompressorTileInfo(SbVec3i32, SbDataType, SbVec2d)
Initializes a new instance of the SoDataCompressorTileInfo class
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyDataType

Tile's data type (byte, int, etc.).

Public propertyStatic memberDefault
Public propertyDims

Dimensions of the tile.

Public propertyIsRGBA

True if tile data is a RGBA color packed in a 32bits integer.

Public propertyRange

Data range of the tile's volume.

Top
Remarks

See Also