Exemplo n.º 1
0
 public ArPoseVector(ArPoseVector other) : this(AriaCSPINVOKE.new_ArPoseVector__SWIG_1(ArPoseVector.getCPtr(other)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public ArPoseVectorEnumerator(ArPoseVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
        public virtual ArPoseVector getPoints()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMap_getPoints__SWIG_1(swigCPtr);
            ArPoseVector          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPoseVector(cPtr, false);

            return(ret);
        }
Exemplo n.º 4
0
 public void SetRange(int index, ArPoseVector values)
 {
     AriaCSPINVOKE.ArPoseVector_SetRange(swigCPtr, index, ArPoseVector.getCPtr(values));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 5
0
        public bool isInsidePolygon(ArPoseVector vertices)
        {
            bool ret = AriaCSPINVOKE.ArPose_isInsidePolygon(swigCPtr, ArPoseVector.getCPtr(vertices));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public static ArPoseVector Repeat(ArPose value, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArPoseVector_Repeat(ArPose.getCPtr(value), count);
            ArPoseVector          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPoseVector(cPtr, true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
        public ArPoseVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArPoseVector_GetRange(swigCPtr, index, count);
            ArPoseVector          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPoseVector(cPtr, true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 8
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArPoseVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 9
0
 public virtual void setPoints(ArPoseVector points)
 {
     AriaCSPINVOKE.ArMap_setPoints__SWIG_3(swigCPtr, ArPoseVector.getCPtr(points));
 }
Exemplo n.º 10
0
 public virtual void setPoints(ArPoseVector points, string scanType)
 {
     AriaCSPINVOKE.ArMap_setPoints__SWIG_2(swigCPtr, ArPoseVector.getCPtr(points), scanType);
 }
Exemplo n.º 11
0
 public virtual void setPoints(ArPoseVector points, string scanType, bool isSortedPoints)
 {
     AriaCSPINVOKE.ArMap_setPoints__SWIG_1(swigCPtr, ArPoseVector.getCPtr(points), scanType, isSortedPoints);
 }
Exemplo n.º 12
0
 public virtual void setPoints(ArPoseVector points, string scanType, bool isSortedPoints, SWIGTYPE_p_ArMapChangeDetails changeDetails)
 {
     AriaCSPINVOKE.ArMap_setPoints__SWIG_0(swigCPtr, ArPoseVector.getCPtr(points), scanType, isSortedPoints, SWIGTYPE_p_ArMapChangeDetails.getCPtr(changeDetails));
 }
Exemplo n.º 13
0
        public ArPoseVector getRegionVertices()
        {
            ArPoseVector ret = new ArPoseVector(AriaCSPINVOKE.ArMapObject_getRegionVertices(swigCPtr), true);

            return(ret);
        }