コード例 #1
0
 private void setitem(int index, EdgePoint val)
 {
     colaPINVOKE.TopologyEdgePointPtrVector_setitem(swigCPtr, index, EdgePoint.getCPtr(val));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void Insert(int index, EdgePoint x)
 {
     colaPINVOKE.TopologyEdgePointPtrVector_Insert(swigCPtr, index, EdgePoint.getCPtr(x));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
        public static TopologyEdgePointPtrVector Repeat(EdgePoint value, int count)
        {
            IntPtr cPtr = colaPINVOKE.TopologyEdgePointPtrVector_Repeat(EdgePoint.getCPtr(value), count);
            TopologyEdgePointPtrVector ret = (cPtr == IntPtr.Zero) ? null : new TopologyEdgePointPtrVector(cPtr, true);

            if (colaPINVOKE.SWIGPendingException.Pending)
            {
                throw colaPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
        private EdgePoint getitem(int index)
        {
            IntPtr    cPtr = colaPINVOKE.TopologyEdgePointPtrVector_getitem(swigCPtr, index);
            EdgePoint ret  = (cPtr == IntPtr.Zero) ? null : new EdgePoint(cPtr, false);

            if (colaPINVOKE.SWIGPendingException.Pending)
            {
                throw colaPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
ファイル: EdgePoint.cs プロジェクト: cmears/adaptagrams
        public bool uniqueCheck(EdgePoint e)
        {
            bool ret = colaPINVOKE.EdgePoint_uniqueCheck(swigCPtr, EdgePoint.getCPtr(e));

            return(ret);
        }
コード例 #6
0
ファイル: EdgePoint.cs プロジェクト: cmears/adaptagrams
 internal static HandleRef getCPtr(EdgePoint obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #7
0
 public void Add(EdgePoint x)
 {
     colaPINVOKE.TopologyEdgePointPtrVector_Add(swigCPtr, EdgePoint.getCPtr(x));
 }
コード例 #8
0
 public void Insert(int index, EdgePoint x)
 {
     colaPINVOKE.TopologyEdgePointConstPtrVector_Insert(swigCPtr, index, EdgePoint.getCPtr(x));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #9
0
 private void setitem(int index, EdgePoint val)
 {
     colaPINVOKE.TopologyEdgePointConstPtrVector_setitem(swigCPtr, index, EdgePoint.getCPtr(val));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #10
0
 public void Add(EdgePoint x)
 {
     colaPINVOKE.TopologyEdgePointConstPtrVector_Add(swigCPtr, EdgePoint.getCPtr(x));
 }
コード例 #11
0
 public static TopologyEdgePointConstPtrVector Repeat(EdgePoint value, int count)
 {
     IntPtr cPtr = colaPINVOKE.TopologyEdgePointConstPtrVector_Repeat(EdgePoint.getCPtr(value), count);
     TopologyEdgePointConstPtrVector ret = (cPtr == IntPtr.Zero) ? null : new TopologyEdgePointConstPtrVector(cPtr, true);
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
コード例 #12
0
ファイル: EdgePoint.cs プロジェクト: amolenaar/adaptagrams
 public EdgePoint(Node n, EdgePoint.RectIntersect i)
     : this(colaPINVOKE.new_EdgePoint(Node.getCPtr(n), (int)i), true)
 {
 }
コード例 #13
0
ファイル: EdgePoint.cs プロジェクト: amolenaar/adaptagrams
 internal static HandleRef getCPtr(EdgePoint obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #14
0
ファイル: EdgePoint.cs プロジェクト: amolenaar/adaptagrams
 public bool uniqueCheck(EdgePoint e)
 {
     bool ret = colaPINVOKE.EdgePoint_uniqueCheck(swigCPtr, EdgePoint.getCPtr(e));
     return ret;
 }