public PolygonPtrSet(PolygonPtrSet other) : this(bwtaPINVOKE.new_PolygonPtrSet__SWIG_1(PolygonPtrSet.getCPtr(other)), true) { if (bwtaPINVOKE.SWIGPendingException.Pending) { throw bwtaPINVOKE.SWIGPendingException.Retrieve(); } }
public PolygonPtrSetEnumerator(PolygonPtrSet collection) { collectionRef = collection; keyCollection = new global::System.Collections.Generic.List <Polygon>(collection.Values); currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PolygonPtrSet obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public static PolygonPtrSet getUnwalkablePolygons() { PolygonPtrSet ret = new PolygonPtrSet(bwtaPINVOKE.getUnwalkablePolygons(), false); return(ret); }