예제 #1
0
 public StdFloatVectorVector(StdFloatVectorVector other) : this(UsdCsPINVOKE.new_StdFloatVectorVector__SWIG_1(StdFloatVectorVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public GfMatrix4f(StdFloatVectorVector v) : this(UsdCsPINVOKE.new_GfMatrix4f__SWIG_5(StdFloatVectorVector.getCPtr(v)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public StdFloatVectorVectorEnumerator(StdFloatVectorVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #4
0
 public void SetRange(int index, StdFloatVectorVector values)
 {
     UsdCsPINVOKE.StdFloatVectorVector_SetRange(swigCPtr, index, StdFloatVectorVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #5
0
        public static StdFloatVectorVector Repeat(StdFloatVector value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.StdFloatVectorVector_Repeat(StdFloatVector.getCPtr(value), count);
            StdFloatVectorVector  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StdFloatVectorVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #6
0
        public StdFloatVectorVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.StdFloatVectorVector_GetRange(swigCPtr, index, count);
            StdFloatVectorVector  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StdFloatVectorVector(cPtr, true);

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