Example #1
0
 public FloatRectangle2ArrayList(FloatRectangle2ArrayList other) : this(OpenPosePINVOKE.new_FloatRectangle2ArrayList__SWIG_1(FloatRectangle2ArrayList.getCPtr(other)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public FloatRectangle2ArrayListEnumerator(FloatRectangle2ArrayList collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Example #3
0
 public override void forwardPass(FloatRectangle2ArrayList handRectangles, SWIGTYPE_p_cv__Mat cvInputData)
 {
     OpenPosePINVOKE.HandExtractorCaffe_forwardPass(swigCPtr, FloatRectangle2ArrayList.getCPtr(handRectangles), SWIGTYPE_p_cv__Mat.getCPtr(cvInputData));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public void SetRange(int index, FloatRectangle2ArrayList values)
 {
     OpenPosePINVOKE.FloatRectangle2ArrayList_SetRange(swigCPtr, index, FloatRectangle2ArrayList.getCPtr(values));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
        public static FloatRectangle2ArrayList Repeat(FloatRectangle2Array value, int count)
        {
            global::System.IntPtr    cPtr = OpenPosePINVOKE.FloatRectangle2ArrayList_Repeat(FloatRectangle2Array.getCPtr(value), count);
            FloatRectangle2ArrayList ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FloatRectangle2ArrayList(cPtr, true);

            if (OpenPosePINVOKE.SWIGPendingException.Pending)
            {
                throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #6
0
        public FloatRectangle2ArrayList GetRange(int index, int count)
        {
            global::System.IntPtr    cPtr = OpenPosePINVOKE.FloatRectangle2ArrayList_GetRange(swigCPtr, index, count);
            FloatRectangle2ArrayList ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FloatRectangle2ArrayList(cPtr, true);

            if (OpenPosePINVOKE.SWIGPendingException.Pending)
            {
                throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FloatRectangle2ArrayList obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }