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