docs.unity3d.com
    Show / Hide Table of Contents

    Class VtQuathArray

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

    Constructors

    VtQuathArray()

    Declaration
    public VtQuathArray()

    VtQuathArray(VtQuathArray)

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

    VtQuathArray(UInt32)

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

    VtQuathArray(UInt32, GfQuath)

    Declaration
    public VtQuathArray(uint n, GfQuath value)
    Parameters
    Type Name Description
    UInt32 n
    GfQuath value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, GfQuath)

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

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(GfQuath[])

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

    CopyFromArray(IntPtr)

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

    CopyToArray(GfQuath[])

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

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

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

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

    IsIdentical(VtQuathArray)

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

    pop_back()

    Declaration
    public void pop_back()

    push_back(GfQuath)

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

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

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtQuathArray)

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