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); }
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); }