SoDataCompressor.UncompressLong Method (SbNativeArray, UInt64, SoDataCompressor.TileInfo) |
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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Uncompress() instead.")]
public ulong UncompressLong(
SbNativeArray dest,
ulong destLen,
SoDataCompressor. TileInfo tileInfo
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Uncompress() instead.")>
Public Function UncompressLong (
dest As SbNativeArray,
destLen As ULong,
tileInfo As SoDataCompressor. TileInfo
) As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Uncompress() instead.")]
unsigned long long UncompressLong(
SbNativeArray^ dest,
unsigned long long destLen,
SoDataCompressor. TileInfo tileInfo
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Uncompress() instead.")>]
member UncompressLong :
dest : SbNativeArray *
destLen : uint64 *
tileInfo : SoDataCompressor. TileInfo -> uint64
Parameters
- dest
- Type: OIV.Inventor.SbNativeArray
a pointer to the destination buffer.
- destLen
- Type: System.UInt64
the size of the destination buffer in bytes.
- tileInfo
- Type: OIV.LDM.Compressors.SoDataCompressor.TileInfo
contains information about the tile being processed.
Return Value
Type:
UInt64The number of uncompressed bytes.
Remarks
See Also