示例#1
0
    public PResult Search(PDescription unknown, PComparer compare, PIdentifyResults results, int topN, float threshold)
    {
        PResult ret = new PResult(PapillonPINVOKE.PWatchlist_Search__SWIG_1(swigCPtr, PDescription.getCPtr(unknown), PComparer.getCPtr(compare), PIdentifyResults.getCPtr(results), topN, threshold), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
0
    public PResult Search(PDescription unknown, PComparer comparer, PWatchlistOptions options, PIdentifyResults results)
    {
        PResult ret = new PResult(PapillonPINVOKE.PWatchlist_Search__SWIG_2(swigCPtr, PDescription.getCPtr(unknown), PComparer.getCPtr(comparer), PWatchlistOptions.getCPtr(options), PIdentifyResults.getCPtr(results)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#3
0
 public PIdentifyResults(PIdentifyResults other) : this(PapillonPINVOKE.new_PIdentifyResults__SWIG_1(PIdentifyResults.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }