Show / Hide Table of Contents

    Class Std.VectorInt

    Inheritance
    Object
    HandleCppPtr
    Std.VectorInt
    Inherited Members
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public class VectorInt : HandleCppPtr

    Constructors

    | Improve this Doc View Source

    VectorInt()

    Declaration
    public VectorInt()
    | Improve this Doc View Source

    VectorInt(IntPtr, DeleteResponsibility)

    Declaration
    public VectorInt(IntPtr vectorIntPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorIntPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

    Declaration
    public int At(uint pos)
    Parameters
    Type Name Description
    UInt32 pos
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Data()

    Declaration
    public int[] Data()
    Returns
    Type Description
    Int32[]
    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected override void DeleteCppPtr()
    Overrides
    HandleCppPtr.DeleteCppPtr()
    | Improve this Doc View Source

    PushBack(Int32)

    Declaration
    public void PushBack(int value)
    Parameters
    Type Name Description
    Int32 value
    | Improve this Doc View Source

    Reserve(UInt32)

    Declaration
    public void Reserve(uint newCap)
    Parameters
    Type Name Description
    UInt32 newCap
    | Improve this Doc View Source

    Size()

    Declaration
    public uint Size()
    Returns
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand