Click or drag to resize
SbNativeArrayT Type Conversions
Operators
  NameDescription
Public operatorStatic member(SbNativeArrayT to T)
Explicit cast operator to convert a native array of T to an array of boolean.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayBoolean)
Explicit cast operator to convert an native array of T to a native array of boolean.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayByte)
Explicit cast operator to convert an native array of T to a native array of byte.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayChar)
Explicit cast operator to convert an native array of T to a native array of char.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayDouble)
Explicit cast operator to convert an native array of T to a native array of double.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayInt16)
Explicit cast operator to convert an native array of T to a native array of short.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayInt32)
Explicit cast operator to convert an native array of T to a native array of integer.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayInt64)
Explicit cast operator to convert an native array of T to a native array of long.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySByte)
Explicit cast operator to convert an native array of T to a native array of signed byte.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySingle)
Explicit cast operator to convert an native array of T to a native array of float.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayUInt16)
Explicit cast operator to convert an native array of T to a native array of unsigned short.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayUInt32)
Explicit cast operator to convert an native array of T to a native array of unsigned integer.
Public operatorStatic member(SbNativeArrayT to SbNativeArrayUInt64)
Explicit cast operator to convert an native array of T to a native array of unsigned long.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec2f)
Explicit cast operator to convert an native array of T to a native array of SbVec2f.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec2d)
Explicit cast operator to convert an native array of T to a native array of SbVec2d.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec2s)
Explicit cast operator to convert an native array of T to a native array of SbVec2s.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec2i32)
Explicit cast operator to convert an native array of T to a native array of SbVec2i32.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec3f)
Explicit cast operator to convert an native array of T to a native array of SbVec3f.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec3d)
Explicit cast operator to convert an native array of T to a native array of SbVec3d.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec3s)
Explicit cast operator to convert an native array of T to a native array of SbVec3s.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec3i32)
Explicit cast operator to convert an native array of T to a native array of SbVec3i32.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4b)
Explicit cast operator to convert an native array of T to a native array of SbVec4b.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4d)
Explicit cast operator to convert an native array of T to a native array of SbVec4d.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4f)
Explicit cast operator to convert an native array of T to a native array of SbVec4f.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4i32)
Explicit cast operator to convert an native array of T to a native array of SbVec4i32.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4s)
Explicit cast operator to convert an native array of T to a native array of SbVec4s.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4ub)
Explicit cast operator to convert an native array of T to a native array of SbVec4ub.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4ui32)
Explicit cast operator to convert an native array of T to a native array of SbVec4ui32.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbVec4us)
Explicit cast operator to convert an native array of T to a native array of SbVec4us.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbColor)
Explicit cast operator to convert an native array of T to a native array of SbColor.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbColorRGBA)
Explicit cast operator to convert an native array of T to a native array of SbColorRGBA.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbPlane)
Explicit cast operator to convert an native array of T to a native array of SbPlane.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbTime)
Explicit cast operator to convert an native array of T to a native array of SbTime.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbRotation)
Explicit cast operator to convert an native array of T to a native array of SbRotation.
Public operatorStatic member(SbNativeArrayT to SbNativeArraySbMatrix)
Explicit cast operator to convert an native array of T to a native array of SbMatrix.
Top
See Also