示例#1
0
 public FrameAccVector(FrameAccVector other) : this(kdlPINVOKE.new_FrameAccVector__SWIG_1(FrameAccVector.getCPtr(other)), true)
 {
     if (kdlPINVOKE.SWIGPendingException.Pending)
     {
         throw kdlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public FrameAccVectorEnumerator(FrameAccVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void SetRange(int index, FrameAccVector values)
 {
     kdlPINVOKE.FrameAccVector_SetRange(swigCPtr, index, FrameAccVector.getCPtr(values));
     if (kdlPINVOKE.SWIGPendingException.Pending)
     {
         throw kdlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
        public virtual int JntToCart(JntArrayAcc q_in, FrameAccVector _out)
        {
            int ret = kdlPINVOKE.ChainFkSolverAcc_JntToCart__SWIG_3(swigCPtr, JntArrayAcc.getCPtr(q_in), FrameAccVector.getCPtr(_out));

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#5
0
        public static FrameAccVector Repeat(FrameAcc value, int count)
        {
            global::System.IntPtr cPtr = kdlPINVOKE.FrameAccVector_Repeat(FrameAcc.getCPtr(value), count);
            FrameAccVector        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FrameAccVector(cPtr, true);

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#6
0
        public FrameAccVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = kdlPINVOKE.FrameAccVector_GetRange(swigCPtr, index, count);
            FrameAccVector        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FrameAccVector(cPtr, true);

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