Example #1
0
 public Int_IntMatMap(Int_IntMatMap other) : this(LandmarkDetectorPINVOKE.new_Int_IntMatMap__SWIG_1(Int_IntMatMap.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public Int_IntMatMapEnumerator(Int_IntMatMap collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <int>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Int_IntMatMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }