SoDataCompressorUncompress Method (SbNativeArray, UInt64, SoDataCompressorTileInfo) |
Note: This API is now obsolete.
Uncompresses data from the internal buffer to the given buffer.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong Uncompress(
SbNativeArray dest,
ulong destLen,
SoDataCompressorTileInfo tileInfo
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function Uncompress (
dest As SbNativeArray,
destLen As ULong,
tileInfo As SoDataCompressorTileInfo
) As ULong
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long Uncompress(
SbNativeArray^ dest,
unsigned long long destLen,
SoDataCompressorTileInfo tileInfo
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Uncompress :
dest : SbNativeArray *
destLen : uint64 *
tileInfo : SoDataCompressorTileInfo -> uint64
Parameters
- dest
- Type: OIV.InventorSbNativeArray
a pointer to the destination buffer.
- destLen
- Type: SystemUInt64
the size of the destination buffer in bytes.
- tileInfo
- Type: OIV.LDM.CompressorsSoDataCompressorTileInfo
contains information about the tile being processed.
Return Value
Type:
UInt64The number of uncompressed bytes.
Remarks
See Also