docs.unity3d.com
    Show / Hide Table of Contents

    Class VtQuatfArray

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

    Constructors

    VtQuatfArray()

    Declaration
    public VtQuatfArray()

    VtQuatfArray(VtQuatfArray)

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

    VtQuatfArray(UInt32)

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

    VtQuatfArray(UInt32, GfQuatf)

    Declaration
    public VtQuatfArray(uint n, GfQuatf value)
    Parameters
    Type Name Description
    UInt32 n
    GfQuatf value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, GfQuatf)

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

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(GfQuatf[])

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

    CopyFromArray(IntPtr)

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

    CopyToArray(GfQuatf[])

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

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

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

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

    IsIdentical(VtQuatfArray)

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

    pop_back()

    Declaration
    public void pop_back()

    push_back(GfQuatf)

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

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

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtQuatfArray)

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