Show / Hide Table of Contents

    Class Std.VectorVectorInt

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

    Constructors

    | Improve this Doc View Source

    VectorVectorInt()

    Declaration
    public VectorVectorInt()
    | Improve this Doc View Source

    VectorVectorInt(IntPtr, DeleteResponsibility)

    Declaration
    public VectorVectorInt(IntPtr vectorVectorIntPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorVectorIntPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

    Declaration
    public Std.VectorInt At(uint pos)
    Parameters
    Type Name Description
    UInt32 pos
    Returns
    Type Description
    Std.VectorInt
    | Improve this Doc View Source

    Data()

    Declaration
    public Std.VectorInt[] Data()
    Returns
    Type Description
    Std.VectorInt[]
    | Improve this Doc View Source

    DeleteCppPtr()

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

    PushBack(Std.VectorInt)

    Declaration
    public void PushBack(Std.VectorInt value)
    Parameters
    Type Name Description
    Std.VectorInt value
    | 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