Example #1
0
 public HeatMapTypeList(int capacity) : this(OpenPosePINVOKE.new_HeatMapTypeList__SWIG_2(capacity), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FloatArray2Array(FloatArray2Array other) : this(OpenPosePINVOKE.new_FloatArray2Array__SWIG_1(FloatArray2Array.getCPtr(other)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public FloatArray(IntList sizes, float value) : this(OpenPosePINVOKE.new_FloatArray__SWIG_4(IntList.getCPtr(sizes), value), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public IntPoint(IntPoint point) : this(OpenPosePINVOKE.new_IntPoint__SWIG_3(IntPoint.getCPtr(point)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
 public HeatMapTypeList(HeatMapTypeList other) : this(OpenPosePINVOKE.new_HeatMapTypeList__SWIG_1(HeatMapTypeList.getCPtr(other)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #6
0
 public Rectangle(Rectangle rectangle) : this(OpenPosePINVOKE.new_Rectangle__SWIG_5(Rectangle.getCPtr(rectangle)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #7
0
 public FloatRectangle2ArrayList(int capacity) : this(OpenPosePINVOKE.new_FloatRectangle2ArrayList__SWIG_2(capacity), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #8
0
 public FloatRectangle2ArrayList(FloatRectangle2ArrayList other) : this(OpenPosePINVOKE.new_FloatRectangle2ArrayList__SWIG_1(FloatRectangle2ArrayList.getCPtr(other)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #9
0
        public SWIGTYPE_p_float getConstPtr()
        {
            global::System.IntPtr cPtr = OpenPosePINVOKE.FloatArray_getConstPtr(swigCPtr);
            SWIGTYPE_p_float      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_float(cPtr, false);

            return(ret);
        }
Example #10
0
 public void setFrom(SWIGTYPE_p_cv__Mat cvMat)
 {
     OpenPosePINVOKE.FloatArray_setFrom(swigCPtr, SWIGTYPE_p_cv__Mat.getCPtr(cvMat));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #11
0
 public void SetRange(int index, HeatMapTypeList values)
 {
     OpenPosePINVOKE.HeatMapTypeList_SetRange(swigCPtr, index, HeatMapTypeList.getCPtr(values));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #12
0
 public void Reverse(int index, int count)
 {
     OpenPosePINVOKE.HeatMapTypeList_Reverse__SWIG_1(swigCPtr, index, count);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #13
0
 public void AddRange(IntList values)
 {
     OpenPosePINVOKE.IntList_AddRange(swigCPtr, IntList.getCPtr(values));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #14
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 #15
0
 public void Add(FloatRectangle2Array x)
 {
     OpenPosePINVOKE.FloatRectangle2ArrayList_Add(swigCPtr, FloatRectangle2Array.getCPtr(x));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #16
0
 public void reset(IntList sizes)
 {
     OpenPosePINVOKE.FloatArray_reset__SWIG_1(swigCPtr, IntList.getCPtr(sizes));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #17
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 #18
0
 public void RemoveRange(int index, int count)
 {
     OpenPosePINVOKE.FloatRectangle2ArrayList_RemoveRange(swigCPtr, index, count);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #19
0
 public void Insert(int index, FloatRectangle2Array x)
 {
     OpenPosePINVOKE.FloatRectangle2ArrayList_Insert(swigCPtr, index, FloatRectangle2Array.getCPtr(x));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #20
0
 public void InsertRange(int index, IntList values)
 {
     OpenPosePINVOKE.IntList_InsertRange(swigCPtr, index, IntList.getCPtr(values));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #21
0
 public void Fill(FloatArray val)
 {
     OpenPosePINVOKE.FloatArray2Array_Fill(swigCPtr, FloatArray.getCPtr(val));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #22
0
 public void Fill(Rectangle val)
 {
     OpenPosePINVOKE.FloatRectangle2Array_Fill(swigCPtr, Rectangle.getCPtr(val));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #23
0
 private void setitem(int index, FloatArray val)
 {
     OpenPosePINVOKE.FloatArray2Array_setitem(swigCPtr, index, FloatArray.getCPtr(val));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #24
0
 public void Insert(int index, int x)
 {
     OpenPosePINVOKE.IntList_Insert(swigCPtr, index, x);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #25
0
 public void Swap(FloatArray2Array other)
 {
     OpenPosePINVOKE.FloatArray2Array_Swap(swigCPtr, FloatArray2Array.getCPtr(other));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #26
0
 private void setitem(int index, HeatMapType val)
 {
     OpenPosePINVOKE.HeatMapTypeList_setitem(swigCPtr, index, (int)val);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #27
0
 public void Reverse(int index, int count)
 {
     OpenPosePINVOKE.FloatArray2Array_Reverse__SWIG_1(swigCPtr, index, count);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #28
0
 public void Insert(int index, HeatMapType x)
 {
     OpenPosePINVOKE.HeatMapTypeList_Insert(swigCPtr, index, (int)x);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #29
0
 public void RemoveAt(int index)
 {
     OpenPosePINVOKE.HeatMapTypeList_RemoveAt(swigCPtr, index);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #30
0
 private void setitem(int index, int val)
 {
     OpenPosePINVOKE.IntList_setitem(swigCPtr, index, val);
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }