Click or drag to resize
SoMemoryBufferCompression Class
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ScaleViz.MiscSoMemoryBufferCompression

Namespace: OIV.ScaleViz.Misc
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoMemoryBufferCompression : SoNetBase

The SoMemoryBufferCompression type exposes the following members.

Constructors
  NameDescription
Public methodSoMemoryBufferCompression
Initializes a new instance of the SoMemoryBufferCompression class
Top
Methods
  NameDescription
Public methodCompress
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetDestination(SoMemoryBuffer)
Calls SetDestination(dst, System.UInt32(0)).
Public methodSetDestination(SoMemoryBuffer, UInt32)
Public methodSetSource(SoMemoryBuffer)
Calls SetSource(src, System.UInt32(0), System.UInt32(0)).
Public methodSetSource(SoMemoryBuffer, UInt32)
Calls SetSource(src, offset, System.UInt32(0)).
Public methodSetSource(SoMemoryBuffer, UInt32, UInt32)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUncompress
Top
Remarks