Class VtHalfArray
Namespace: pxr
Syntax
public class VtHalfArray : Vt_ArrayBase, IDisposable
Constructors
VtHalfArray()
Declaration
VtHalfArray(VtHalfArray)
Declaration
public VtHalfArray(VtHalfArray other)
Parameters
VtHalfArray(UInt32)
Declaration
public VtHalfArray(uint n)
Parameters
| Type |
Name |
Description |
| UInt32 |
n |
|
VtHalfArray(UInt32, GfHalf)
Declaration
public VtHalfArray(uint n, GfHalf value)
Parameters
Properties
Item[Int32]
Declaration
public GfHalf this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| Int32 |
index |
|
Property Value
Methods
assign(UInt32, GfHalf)
Declaration
public void assign(uint n, GfHalf fill)
Parameters
capacity()
Declaration
Returns
clear()
Declaration
CopyFromArray(GfHalf[])
Declaration
public void CopyFromArray(GfHalf[] src)
Parameters
| Type |
Name |
Description |
| GfHalf[] |
src |
|
CopyFromArray(IntPtr)
Declaration
public void CopyFromArray(IntPtr src)
Parameters
| Type |
Name |
Description |
| IntPtr |
src |
|
CopyToArray(GfHalf[])
Declaration
public void CopyToArray(GfHalf[] dest)
Parameters
| Type |
Name |
Description |
| GfHalf[] |
dest |
|
CopyToArray(IntPtr)
Declaration
public void CopyToArray(IntPtr dest)
Parameters
| Type |
Name |
Description |
| IntPtr |
dest |
|
Dispose()
Declaration
public override void Dispose()
Overrides
empty()
Declaration
Returns
Equals(VtHalfArray, VtHalfArray)
Declaration
public static bool Equals(VtHalfArray lhs, VtHalfArray rhs)
Parameters
Returns
Finalize()
Declaration
protected void Finalize()
GetValue(Int32)
Declaration
protected GfHalf GetValue(int index)
Parameters
| Type |
Name |
Description |
| Int32 |
index |
|
Returns
IsIdentical(VtHalfArray)
Declaration
public bool IsIdentical(VtHalfArray other)
Parameters
Returns
pop_back()
Declaration
push_back(GfHalf)
Declaration
public void push_back(GfHalf elem)
Parameters
| Type |
Name |
Description |
| GfHalf |
elem |
|
reserve(UInt32)
Declaration
public void reserve(uint num)
Parameters
| Type |
Name |
Description |
| UInt32 |
num |
|
resize(UInt32)
Declaration
public void resize(uint newSize)
Parameters
| Type |
Name |
Description |
| UInt32 |
newSize |
|
SetValue(Int32, GfHalf)
Declaration
protected void SetValue(int index, GfHalf value)
Parameters
size()
Declaration
Returns
swap(VtHalfArray)
Declaration
public void swap(VtHalfArray other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides