Class SdfAssetPathArray
Inheritance
SdfAssetPathArray
Namespace: pxr
Syntax
public class SdfAssetPathArray : Vt_ArrayBase, IDisposable
Constructors
SdfAssetPathArray()
Declaration
public SdfAssetPathArray()
SdfAssetPathArray(SdfAssetPathArray)
Declaration
public SdfAssetPathArray(SdfAssetPathArray other)
Parameters
SdfAssetPathArray(UInt32)
Declaration
public SdfAssetPathArray(uint n)
Parameters
Type |
Name |
Description |
UInt32 |
n |
|
SdfAssetPathArray(UInt32, SdfAssetPath)
Declaration
public SdfAssetPathArray(uint n, SdfAssetPath value)
Parameters
Properties
Item[Int32]
Declaration
public SdfAssetPath this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
assign(UInt32, SdfAssetPath)
Declaration
public void assign(uint n, SdfAssetPath fill)
Parameters
capacity()
Declaration
Returns
clear()
Declaration
CopyFromArray(SdfAssetPath[])
Declaration
public void CopyFromArray(SdfAssetPath[] src)
Parameters
CopyFromArray(IntPtr)
Declaration
public void CopyFromArray(IntPtr src)
Parameters
Type |
Name |
Description |
IntPtr |
src |
|
CopyToArray(SdfAssetPath[])
Declaration
public void CopyToArray(SdfAssetPath[] dest)
Parameters
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(SdfAssetPathArray, SdfAssetPathArray)
Declaration
public static bool Equals(SdfAssetPathArray lhs, SdfAssetPathArray rhs)
Parameters
Returns
Finalize()
Declaration
protected void Finalize()
GetValue(Int32)
Declaration
protected SdfAssetPath GetValue(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
IsIdentical(SdfAssetPathArray)
Declaration
public bool IsIdentical(SdfAssetPathArray other)
Parameters
Returns
pop_back()
Declaration
push_back(SdfAssetPath)
Declaration
public void push_back(SdfAssetPath elem)
Parameters
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, SdfAssetPath)
Declaration
protected void SetValue(int index, SdfAssetPath value)
Parameters
size()
Declaration
Returns
swap(SdfAssetPathArray)
Declaration
public void swap(SdfAssetPathArray other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides