Show / Hide Table of Contents

    Class HandleCppPtr

    Inheritance
    Object
    HandleCppPtr
    Aruco.Board
    Aruco.DetectorParameters
    Aruco.Dictionary
    Cv.Exception
    Cv.Mat
    Cv.Point2f
    Cv.Point3f
    Cv.Rect
    Cv.Scalar
    Cv.Size
    Cv.TermCriteria
    Cv.Vec3d
    Cv.Vec4i
    Std.VectorDouble
    Std.VectorInt
    Std.VectorMat
    Std.VectorPoint2f
    Std.VectorPoint3f
    Std.VectorVec3d
    Std.VectorVec4i
    Std.VectorVectorInt
    Std.VectorVectorPoint2f
    Std.VectorVectorPoint3f
    Std.VectorVectorVectorPoint2f
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public abstract class HandleCppPtr

    Constructors

    | Improve this Doc View Source

    HandleCppPtr(DeleteResponsibility)

    Declaration
    public HandleCppPtr(DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    DeleteResponsibility deleteResponsibility
    | Improve this Doc View Source

    HandleCppPtr(IntPtr, DeleteResponsibility)

    Declaration
    public HandleCppPtr(IntPtr cppPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr cppPtr
    DeleteResponsibility deleteResponsibility

    Properties

    | Improve this Doc View Source

    CppPtr

    Declaration
    public IntPtr CppPtr { get; set; }
    Property Value
    Type Description
    IntPtr
    | Improve this Doc View Source

    DeleteResponsibility

    Declaration
    public DeleteResponsibility DeleteResponsibility { get; set; }
    Property Value
    Type Description
    DeleteResponsibility

    Methods

    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected abstract void DeleteCppPtr()
    | Improve this Doc View Source

    Finalize()

    Declaration
    protected void Finalize()
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand