Class SdfLayerTreeHandleVector
Inheritance
SdfLayerTreeHandleVector
Namespace: pxr
Syntax
public class SdfLayerTreeHandleVector : IDisposable, IEnumerable<SdfLayerTreeHandle>, IEnumerable
Constructors
SdfLayerTreeHandleVector()
Declaration
public SdfLayerTreeHandleVector()
SdfLayerTreeHandleVector(SdfLayerTreeHandleVector)
Declaration
public SdfLayerTreeHandleVector(SdfLayerTreeHandleVector other)
Parameters
SdfLayerTreeHandleVector(ICollection)
Declaration
public SdfLayerTreeHandleVector(ICollection c)
Parameters
SdfLayerTreeHandleVector(Int32)
Declaration
public SdfLayerTreeHandleVector(int capacity)
Parameters
Type |
Name |
Description |
Int32 |
capacity |
|
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Count
Declaration
public int Count { get; }
Property Value
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Item[Int32]
Declaration
public SdfLayerTreeHandle this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Add(SdfLayerTreeHandle)
Declaration
public void Add(SdfLayerTreeHandle x)
Parameters
AddRange(SdfLayerTreeHandleVector)
Declaration
public void AddRange(SdfLayerTreeHandleVector values)
Parameters
Clear()
Declaration
CopyTo(SdfLayerTreeHandle[])
Declaration
public void CopyTo(SdfLayerTreeHandle[] array)
Parameters
CopyTo(SdfLayerTreeHandle[], Int32)
Declaration
public void CopyTo(SdfLayerTreeHandle[] array, int arrayIndex)
Parameters
CopyTo(Int32, SdfLayerTreeHandle[], Int32, Int32)
Declaration
public void CopyTo(int index, SdfLayerTreeHandle[] array, int arrayIndex, int count)
Parameters
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public SdfLayerTreeHandleVector.SdfLayerTreeHandleVectorEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public SdfLayerTreeHandleVector GetRange(int index, int count)
Parameters
Returns
Insert(Int32, SdfLayerTreeHandle)
Declaration
public void Insert(int index, SdfLayerTreeHandle x)
Parameters
InsertRange(Int32, SdfLayerTreeHandleVector)
Declaration
public void InsertRange(int index, SdfLayerTreeHandleVector values)
Parameters
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
RemoveRange(Int32, Int32)
Declaration
public void RemoveRange(int index, int count)
Parameters
Repeat(SdfLayerTreeHandle, Int32)
Declaration
public static SdfLayerTreeHandleVector Repeat(SdfLayerTreeHandle value, int count)
Parameters
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
SetRange(Int32, SdfLayerTreeHandleVector)
Declaration
public void SetRange(int index, SdfLayerTreeHandleVector values)
Parameters
Explicit Interface Implementations
IEnumerable<SdfLayerTreeHandle>.GetEnumerator()
Declaration
IEnumerator<SdfLayerTreeHandle> IEnumerable<SdfLayerTreeHandle>.GetEnumerator()
Returns
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements