예제 #1
0
 public void Add(PFeaturePoint p)
 {
     PapillonPINVOKE.PFeatureMap_Add__SWIG_0(swigCPtr, PFeaturePoint.getCPtr(p));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public PFeaturePoint(PFeaturePoint other) : this(PapillonPINVOKE.new_PFeaturePoint__SWIG_1(PFeaturePoint.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
    public bool GetFeaturePointByName(string name, PFeaturePoint o_featurePoint)
    {
        bool ret = PapillonPINVOKE.PFeatureMap_GetFeaturePointByName__SWIG_0(swigCPtr, name, PFeaturePoint.getCPtr(o_featurePoint));

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }