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