public FloatArray2Array(FloatArray2Array other) : this(OpenPosePINVOKE.new_FloatArray2Array__SWIG_1(FloatArray2Array.getCPtr(other)), true) { if (OpenPosePINVOKE.SWIGPendingException.Pending) { throw OpenPosePINVOKE.SWIGPendingException.Retrieve(); } }
public FloatArray2ArrayEnumerator(FloatArray2Array collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void Swap(FloatArray2Array other) { OpenPosePINVOKE.FloatArray2Array_Swap(swigCPtr, FloatArray2Array.getCPtr(other)); if (OpenPosePINVOKE.SWIGPendingException.Pending) { throw OpenPosePINVOKE.SWIGPendingException.Retrieve(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FloatArray2Array obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public FloatArray2Array getHandKeypoints() { FloatArray2Array ret = new FloatArray2Array(OpenPosePINVOKE.HandExtractorNet_getHandKeypoints(swigCPtr), true); return(ret); }