Click or drag to resize
SbNativeVec4ui32Array Class

Note: This API is now obsolete.

Inheritance Hierarchy

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use generic type in OIV.Inventor.Generic namespace")]
public class SbNativeVec4ui32Array : SbNativeArray

The SbNativeVec4ui32Array type exposes the following members.

Constructors
  NameDescription
Public methodSbNativeVec4ui32Array Obsolete.
Initializes a new instance of the SbNativeVec4ui32Array class
Top
Methods
  NameDescription
Public methodCopyFrom(SbVec4ui32, Int32) Obsolete.
Public methodCopyFrom(SbVec4ui32, Int64) Obsolete.
Public methodCopyFrom(Int32, SbVec4ui32, Int32) Obsolete.
Public methodCopyFrom(Int64, SbVec4ui32, Int64) Obsolete.
Public methodCopyTo(SbVec4ui32, Int32) Obsolete.
Public methodCopyTo(SbVec4ui32, Int64) Obsolete.
Public methodCopyTo(Int32, SbVec4ui32, Int32) Obsolete.
Public methodCopyTo(Int64, SbVec4ui32, Int64) Obsolete.
Public methodDispose (Inherited from SbNativeArray.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetData Obsolete.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
Properties
  NameDescription
Public propertyDataPointer Obsolete.
Pointer to native array (unspecified type)
(Inherited from SbNativeArray.)
Public propertyItem Obsolete.
Public propertyLength Obsolete.
Array size (32 bits integer)
(Inherited from SbNativeArray.)
Public propertyLongLength Obsolete.
Array size (64 bits integer)
(Inherited from SbNativeArray.)
Public propertyMemorySize Obsolete.
Memory occupation
(Inherited from SbNativeArray.)
Public propertySafeItem Obsolete.
Top
See Also