Ejemplo n.º 1
0
 public MapIntCloudPoint(MapIntCloudPoint other) : this(solar_datastructurePINVOKE.new_MapIntCloudPoint__SWIG_1(MapIntCloudPoint.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public MapIntCloudPointEnumerator(MapIntCloudPoint collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <uint>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MapIntCloudPoint obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }