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: 2024.1.1.0 (2024.1.1)
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
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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