예제 #1
0
 public void SetRange(int index, StdFloatVectorVector values)
 {
     UsdCsPINVOKE.StdFloatVectorVector_SetRange(swigCPtr, index, StdFloatVectorVector.getCPtr(values));
     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 StdFloatVectorVector(StdFloatVectorVector other) : this(UsdCsPINVOKE.new_StdFloatVectorVector__SWIG_1(StdFloatVectorVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }