Exemple #1
0
 public ChokepointPtrSet(ChokepointPtrSet other) : this(bwtaPINVOKE.new_ChokepointPtrSet__SWIG_1(ChokepointPtrSet.getCPtr(other)), true)
 {
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public ChokepointPtrSetEnumerator(ChokepointPtrSet collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <Chokepoint>(collection.Values);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ChokepointPtrSet obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #4
0
        public virtual ChokepointPtrSet getChokepoints()
        {
            ChokepointPtrSet ret = new ChokepointPtrSet(bwtaPINVOKE.Region_getChokepoints(swigCPtr), false);

            return(ret);
        }
        public static ChokepointPtrSet getChokepoints()
        {
            ChokepointPtrSet ret = new ChokepointPtrSet(bwtaPINVOKE.getChokepoints(), false);

            return(ret);
        }