Click or drag to resize
SoMemoryBuffer2D Class
Inheritance Hierarchy

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

The SoMemoryBuffer2D type exposes the following members.

Constructors
  NameDescription
Public methodSoMemoryBuffer2D

constructor

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetExternalPointer

Returns external pointer attached to this buffer.

(Inherited from SoMemoryBuffer.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetHeight

Returns height.

Public methodGetLongNbElement Obsolete.

Returns number of element.

(Inherited from SoMemoryBuffer.)
Public methodGetLongSize Obsolete.

Returns size in bytes.

(Inherited from SoMemoryBuffer.)
Public methodGetNbElement

Returns number of element.

(Inherited from SoMemoryBuffer.)
Public methodGetPointer

Returns direct pointer to data.

(Inherited from SoMemoryBuffer.)
Public methodGetSize

Returns size in bytes.

(Inherited from SoMemoryBuffer.)
Public methodGetSize2D

Returns 2D size.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidth

Returns width.

Public methodSetSize(UInt64)
Calls SetSize(size, System.Convert.ToUInt64(1)).
(Inherited from SoMemoryBuffer.)
Public methodSetSize(UInt64, UInt64)

setup functions

(Inherited from SoMemoryBuffer.)
Public methodSetSize(SbVec2s, UInt64)

setup function

Public methodSetSize(UInt16, UInt16, UInt64)

setup function

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks