public PFrameToFrameTracker(PFrameToFrameTracker other) : this(PapillonPINVOKE.new_PFrameToFrameTracker__SWIG_1(PFrameToFrameTracker.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static PResult Create(string productName, PProperties parameters, PFrameToFrameTracker frameToFrameTracker)
    {
        PResult ret = new PResult(PapillonPINVOKE.PFrameToFrameTracker_Create__SWIG_0(productName, PProperties.getCPtr(parameters), PFrameToFrameTracker.getCPtr(frameToFrameTracker)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public static PResult Create(SWIGTYPE_p_papillon__PPlugin plugin, PProperties parameters, PFrameToFrameTracker frameToFrameTracker)
    {
        PResult ret = new PResult(PapillonPINVOKE.PFrameToFrameTracker_Create__SWIG_1(SWIGTYPE_p_papillon__PPlugin.getCPtr(plugin), PProperties.getCPtr(parameters), PFrameToFrameTracker.getCPtr(frameToFrameTracker)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PFrameToFrameTracker obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }