public PExampleSet(PExampleSet other) : this(PapillonPINVOKE.new_PExampleSet__SWIG_2(PExampleSet.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PResult Describe(PExampleSet exampleSet, PDescription outputDescription) { PResult ret = new PResult(PapillonPINVOKE.PDescriber_Describe__SWIG_0(swigCPtr, PExampleSet.getCPtr(exampleSet), PDescription.getCPtr(outputDescription)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual PResult Apply(PExampleSet exampleSet, PDescription outputDescription) { PResult ret = new PResult(PapillonPINVOKE.PDescriberInterface_Apply(swigCPtr, PExampleSet.getCPtr(exampleSet), PDescription.getCPtr(outputDescription)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }