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