docs.unity3d.com
    Show / Hide Table of Contents

    Class VtBoolArray

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

    Constructors

    VtBoolArray()

    Declaration
    public VtBoolArray()

    VtBoolArray(VtBoolArray)

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

    VtBoolArray(UInt32)

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

    VtBoolArray(UInt32, Boolean)

    Declaration
    public VtBoolArray(uint n, bool value)
    Parameters
    Type Name Description
    UInt32 n
    Boolean value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, Boolean)

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

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(Boolean[])

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

    CopyFromArray(IntPtr)

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

    CopyToArray(Boolean[])

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

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

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

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

    IsIdentical(VtBoolArray)

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

    pop_back()

    Declaration
    public void pop_back()

    push_back(Boolean)

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

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

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtBoolArray)

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