Class StdUIntVector
Inheritance
StdUIntVector
Namespace: pxr
Assembly: USD.NET.dll
Syntax
public class StdUIntVector : IDisposable, IList<uint>, ICollection<uint>, IEnumerable<uint>, IEnumerable
Constructors
Fields
Properties
Methods
Name |
Description |
Add(uint)
|
|
AddRange(StdUIntVector)
|
|
Clear()
|
|
Contains(uint)
|
|
CopyTo(int, uint[], int, int)
|
|
CopyTo(uint[])
|
|
CopyTo(uint[], int)
|
|
Dispose()
|
|
Dispose(bool)
|
|
~StdUIntVector()
|
|
GetEnumerator()
|
|
GetRange(int, int)
|
|
IndexOf(uint)
|
|
Insert(int, uint)
|
|
InsertRange(int, StdUIntVector)
|
|
LastIndexOf(uint)
|
|
Remove(uint)
|
|
RemoveAt(int)
|
|
RemoveRange(int, int)
|
|
Repeat(uint, int)
|
|
Reverse()
|
|
Reverse(int, int)
|
|
SetRange(int, StdUIntVector)
|
|
ToArray()
|
|
getCPtr(StdUIntVector)
|
|
swigRelease(StdUIntVector)
|
|