docs.unity3d.com
    Show / Hide Table of Contents

    Class VtIntArray

    Inheritance
    Object
    Vt_ArrayBase
    VtIntArray
    Inherited Members
    Vt_ArrayBase.swigCMemOwn
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class VtIntArray : Vt_ArrayBase, IDisposable

    Constructors

    VtIntArray()

    Declaration
    public VtIntArray()

    VtIntArray(VtIntArray)

    Declaration
    public VtIntArray(VtIntArray other)
    Parameters
    Type Name Description
    VtIntArray other

    VtIntArray(UInt32)

    Declaration
    public VtIntArray(uint n)
    Parameters
    Type Name Description
    UInt32 n

    VtIntArray(UInt32, Int32)

    Declaration
    public VtIntArray(uint n, int value)
    Parameters
    Type Name Description
    UInt32 n
    Int32 value

    Properties

    Item[Int32]

    Declaration
    public int this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    Int32

    Methods

    assign(UInt32, Int32)

    Declaration
    public void assign(uint n, int fill)
    Parameters
    Type Name Description
    UInt32 n
    Int32 fill

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(Int32[])

    Declaration
    public void CopyFromArray(int[] src)
    Parameters
    Type Name Description
    Int32[] src

    CopyFromArray(IntPtr)

    Declaration
    public void CopyFromArray(IntPtr src)
    Parameters
    Type Name Description
    IntPtr src

    CopyToArray(Int32[])

    Declaration
    public void CopyToArray(int[] dest)
    Parameters
    Type Name Description
    Int32[] dest

    CopyToArray(IntPtr)

    Declaration
    public void CopyToArray(IntPtr dest)
    Parameters
    Type Name Description
    IntPtr dest

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    Vt_ArrayBase.Dispose()

    empty()

    Declaration
    public bool empty()
    Returns
    Type Description
    Boolean

    Equals(VtIntArray, VtIntArray)

    Declaration
    public static bool Equals(VtIntArray lhs, VtIntArray rhs)
    Parameters
    Type Name Description
    VtIntArray lhs
    VtIntArray rhs
    Returns
    Type Description
    Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

    Declaration
    protected int GetValue(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Int32

    IsIdentical(VtIntArray)

    Declaration
    public bool IsIdentical(VtIntArray other)
    Parameters
    Type Name Description
    VtIntArray other
    Returns
    Type Description
    Boolean

    pop_back()

    Declaration
    public void pop_back()

    push_back(Int32)

    Declaration
    public void push_back(int elem)
    Parameters
    Type Name Description
    Int32 elem

    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, Int32)

    Declaration
    protected void SetValue(int index, int value)
    Parameters
    Type Name Description
    Int32 index
    Int32 value

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtIntArray)

    Declaration
    public void swap(VtIntArray other)
    Parameters
    Type Name Description
    VtIntArray other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023