docs.unity3d.com
    Show / Hide Table of Contents

    Class VtDoubleArray

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

    Constructors

    VtDoubleArray()

    Declaration
    public VtDoubleArray()

    VtDoubleArray(VtDoubleArray)

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

    VtDoubleArray(UInt32)

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

    VtDoubleArray(UInt32, Double)

    Declaration
    public VtDoubleArray(uint n, double value)
    Parameters
    Type Name Description
    UInt32 n
    Double value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, Double)

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

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(Double[])

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

    CopyFromArray(IntPtr)

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

    CopyToArray(Double[])

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

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

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

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

    IsIdentical(VtDoubleArray)

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

    pop_back()

    Declaration
    public void pop_back()

    push_back(Double)

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

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

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtDoubleArray)

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