public IntArPoseMap(IntArPoseMap other) : this(AriaCSPINVOKE.new_IntArPoseMap__SWIG_1(IntArPoseMap.getCPtr(other)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public IntArPoseMapEnumerator(IntArPoseMap collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <int>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(IntArPoseMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }