docs.unity3d.com
    Show / Hide Table of Contents

    Class VtVec3hArray

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

    Constructors

    VtVec3hArray()

    Declaration
    public VtVec3hArray()

    VtVec3hArray(VtVec3hArray)

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

    VtVec3hArray(UInt32)

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

    VtVec3hArray(UInt32, GfVec3h)

    Declaration
    public VtVec3hArray(uint n, GfVec3h value)
    Parameters
    Type Name Description
    UInt32 n
    GfVec3h value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, GfVec3h)

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

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(GfVec3h[])

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

    CopyFromArray(IntPtr)

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

    CopyToArray(GfVec3h[])

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

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

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

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

    IsIdentical(VtVec3hArray)

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

    pop_back()

    Declaration
    public void pop_back()

    push_back(GfVec3h)

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

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

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtVec3hArray)

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