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.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
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