Class SdfPathListOpVector
Inheritance
SdfPathListOpVector
Namespace: pxr
Syntax
public class SdfPathListOpVector : IDisposable, IEnumerable<SdfPathListOp>, IEnumerable
Constructors
SdfPathListOpVector()
Declaration
public SdfPathListOpVector()
SdfPathListOpVector(SdfPathListOpVector)
Declaration
public SdfPathListOpVector(SdfPathListOpVector other)
Parameters
SdfPathListOpVector(ICollection)
Declaration
public SdfPathListOpVector(ICollection c)
Parameters
SdfPathListOpVector(Int32)
Declaration
public SdfPathListOpVector(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 SdfPathListOp this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Add(SdfPathListOp)
Declaration
public void Add(SdfPathListOp x)
Parameters
AddRange(SdfPathListOpVector)
Declaration
public void AddRange(SdfPathListOpVector values)
Parameters
Clear()
Declaration
CopyTo(SdfPathListOp[])
Declaration
public void CopyTo(SdfPathListOp[] array)
Parameters
CopyTo(SdfPathListOp[], Int32)
Declaration
public void CopyTo(SdfPathListOp[] array, int arrayIndex)
Parameters
CopyTo(Int32, SdfPathListOp[], Int32, Int32)
Declaration
public void CopyTo(int index, SdfPathListOp[] array, int arrayIndex, int count)
Parameters
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public SdfPathListOpVector.SdfPathListOpVectorEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public SdfPathListOpVector GetRange(int index, int count)
Parameters
Returns
Insert(Int32, SdfPathListOp)
Declaration
public void Insert(int index, SdfPathListOp x)
Parameters
InsertRange(Int32, SdfPathListOpVector)
Declaration
public void InsertRange(int index, SdfPathListOpVector 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(SdfPathListOp, Int32)
Declaration
public static SdfPathListOpVector Repeat(SdfPathListOp value, int count)
Parameters
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
SetRange(Int32, SdfPathListOpVector)
Declaration
public void SetRange(int index, SdfPathListOpVector values)
Parameters
Explicit Interface Implementations
IEnumerable<SdfPathListOp>.GetEnumerator()
Declaration
IEnumerator<SdfPathListOp> IEnumerable<SdfPathListOp>.GetEnumerator()
Returns
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements