SbNativeArrayT Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (SbNativeArrayT to T) |
Explicit cast operator to convert a native array of T
to an array of boolean.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayBoolean) |
Explicit cast operator to convert an native array of T to a
native array of boolean.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayByte) |
Explicit cast operator to convert an native array of T to a
native array of byte.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayChar) |
Explicit cast operator to convert an native array of T to a
native array of char.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayDouble) |
Explicit cast operator to convert an native array of T to a
native array of double.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayInt16) |
Explicit cast operator to convert an native array of T to a
native array of short.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayInt32) |
Explicit cast operator to convert an native array of T to a
native array of integer.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayInt64) |
Explicit cast operator to convert an native array of T to a
native array of long.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySByte) |
Explicit cast operator to convert an native array of T to a
native array of signed byte.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySingle) |
Explicit cast operator to convert an native array of T to a
native array of float.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayUInt16) |
Explicit cast operator to convert an native array of T to a
native array of unsigned short.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayUInt32) |
Explicit cast operator to convert an native array of T to a
native array of unsigned integer.
|
![]() ![]() | (SbNativeArrayT to SbNativeArrayUInt64) |
Explicit cast operator to convert an native array of T to a
native array of unsigned long.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec2f) |
Explicit cast operator to convert an native array of T to a
native array of SbVec2f.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec2d) |
Explicit cast operator to convert an native array of T to a
native array of SbVec2d.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec2s) |
Explicit cast operator to convert an native array of T to a
native array of SbVec2s.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec2i32) |
Explicit cast operator to convert an native array of T to a
native array of SbVec2i32.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec3f) |
Explicit cast operator to convert an native array of T to a
native array of SbVec3f.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec3d) |
Explicit cast operator to convert an native array of T to a
native array of SbVec3d.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec3s) |
Explicit cast operator to convert an native array of T to a
native array of SbVec3s.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec3i32) |
Explicit cast operator to convert an native array of T to a
native array of SbVec3i32.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4b) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4b.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4d) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4d.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4f) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4f.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4i32) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4i32.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4s) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4s.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4ub) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4ub.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4ui32) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4ui32.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbVec4us) |
Explicit cast operator to convert an native array of T to a
native array of SbVec4us.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbColor) |
Explicit cast operator to convert an native array of T to a
native array of SbColor.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbColorRGBA) |
Explicit cast operator to convert an native array of T to a
native array of SbColorRGBA.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbPlane) |
Explicit cast operator to convert an native array of T to a
native array of SbPlane.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbTime) |
Explicit cast operator to convert an native array of T to a
native array of SbTime.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbRotation) |
Explicit cast operator to convert an native array of T to a
native array of SbRotation.
|
![]() ![]() | (SbNativeArrayT to SbNativeArraySbMatrix) |
Explicit cast operator to convert an native array of T to a
native array of SbMatrix.
|