Show / Hide Table of Contents

    Class Std.VectorDouble

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

    Constructors

    | Improve this Doc View Source

    VectorDouble()

    Declaration
    public VectorDouble()
    | Improve this Doc View Source

    VectorDouble(IntPtr, DeleteResponsibility)

    Declaration
    public VectorDouble(IntPtr vectorDoublePtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorDoublePtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

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

    Data()

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

    DeleteCppPtr()

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

    PushBack(Double)

    Declaration
    public void PushBack(double value)
    Parameters
    Type Name Description
    Double 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
    In This Article
    • Constructors
      • VectorDouble()
      • VectorDouble(IntPtr, DeleteResponsibility)
    • Methods
      • At(UInt32)
      • Data()
      • DeleteCppPtr()
      • PushBack(Double)
      • Reserve(UInt32)
      • Size()
    Back to top Aruco Unity - Erwan Normand