public void Add(PFeaturePoint p) { PapillonPINVOKE.PFeatureMap_Add__SWIG_0(swigCPtr, PFeaturePoint.getCPtr(p)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PFeaturePoint(PFeaturePoint other) : this(PapillonPINVOKE.new_PFeaturePoint__SWIG_1(PFeaturePoint.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
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); }