SoCpuBufferBitSet Constructor (SoDataCompressor) |
Note: This API is now obsolete.
Constructor with compressor given as parameter.
Namespace: OIV.LDM.TilesAssembly: 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 SoCpuBufferBitSet(
SoDataCompressor compressor
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub New (
compressor As SoDataCompressor
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoCpuBufferBitSet(
SoDataCompressor^ compressor
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
new :
compressor : SoDataCompressor -> SoCpuBufferBitSet
Parameters
- compressor
- Type: OIV.LDM.CompressorsSoDataCompressor
Remarks
See Also