Show / Hide Table of Contents

    Class Std.VectorVec4i

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

    Constructors

    | Improve this Doc View Source

    VectorVec4i()

    Declaration
    public VectorVec4i()
    | Improve this Doc View Source

    VectorVec4i(IntPtr, DeleteResponsibility)

    Declaration
    public VectorVec4i(IntPtr vectorVec4iPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorVec4iPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

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

    Data()

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

    DeleteCppPtr()

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

    PushBack(Cv.Vec4i)

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