docs.unity3d.com
    Show / Hide Table of Contents

    Class VtInt64Array

    Inheritance
    Object
    Vt_ArrayBase
    VtInt64Array
    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 VtInt64Array : Vt_ArrayBase, IDisposable

    Constructors

    VtInt64Array()

    Declaration
    public VtInt64Array()

    VtInt64Array(VtInt64Array)

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

    VtInt64Array(UInt32)

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

    VtInt64Array(UInt32, Int64)

    Declaration
    public VtInt64Array(uint n, long value)
    Parameters
    Type Name Description
    UInt32 n
    Int64 value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, Int64)

    Declaration
    public void assign(uint n, long fill)
    Parameters
    Type Name Description
    UInt32 n
    Int64 fill

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(Int64[])

    Declaration
    public void CopyFromArray(long[] src)
    Parameters
    Type Name Description
    Int64[] src

    CopyFromArray(IntPtr)

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

    CopyToArray(Int64[])

    Declaration
    public void CopyToArray(long[] dest)
    Parameters
    Type Name Description
    Int64[] 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(VtInt64Array, VtInt64Array)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

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

    IsIdentical(VtInt64Array)

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

    pop_back()

    Declaration
    public void pop_back()

    push_back(Int64)

    Declaration
    public void push_back(long elem)
    Parameters
    Type Name Description
    Int64 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, Int64)

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

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtInt64Array)

    Declaration
    public void swap(VtInt64Array other)
    Parameters
    Type Name Description
    VtInt64Array 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