public ArPoseWithTimeVector(ArPoseWithTimeVector other) : this(AriaCSPINVOKE.new_ArPoseWithTimeVector__SWIG_1(ArPoseWithTimeVector.getCPtr(other)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ArPoseWithTimeVectorEnumerator(ArPoseWithTimeVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
        public virtual ArPoseWithTimeVector getCumulativeBufferAsVector()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArRangeDevice_getCumulativeBufferAsVector(swigCPtr);
            ArPoseWithTimeVector  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPoseWithTimeVector(cPtr, false);

            return(ret);
        }
 public void SetRange(int index, ArPoseWithTimeVector values)
 {
     AriaCSPINVOKE.ArPoseWithTimeVector_SetRange(swigCPtr, index, ArPoseWithTimeVector.getCPtr(values));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static ArPoseWithTimeVector Repeat(ArPoseWithTime value, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArPoseWithTimeVector_Repeat(ArPoseWithTime.getCPtr(value), count);
            ArPoseWithTimeVector  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPoseWithTimeVector(cPtr, true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public ArPoseWithTimeVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArPoseWithTimeVector_GetRange(swigCPtr, index, count);
            ArPoseWithTimeVector  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPoseWithTimeVector(cPtr, true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArPoseWithTimeVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }