Click or drag to resize
SoCpuBufferBitSetSetCompressor Method

Note: This API is now obsolete.

Set the compressor used to decompress buffer.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual void SetCompressor(
	SoDataCompressor compressor
)

Parameters

compressor
Type: OIV.LDM.CompressorsSoDataCompressor

Pointer to the compressor to useObsoletesince Open Inventor 9100 Use contructor with SoCpuBufferCompressed instead.

Remarks

See Also