Ejemplo n.º 1
0
 public PPoint2DfList(PPoint2DfList other) : this(PapillonPINVOKE.new_PPoint2DfList__SWIG_1(PPoint2DfList.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
    public PPoint2DfList GetPoints()
    {
        PPoint2DfList ret = new PPoint2DfList(PapillonPINVOKE.PFeatureMap_GetPoints(swigCPtr), true);

        return(ret);
    }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PPoint2DfList obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }