예제 #1
0
 public void SetRange(int index, SdfInt64ListOpVector values)
 {
     UsdCsPINVOKE.SdfInt64ListOpVector_SetRange(swigCPtr, index, SdfInt64ListOpVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public SdfInt64ListOpVector(SdfInt64ListOpVector other) : this(UsdCsPINVOKE.new_SdfInt64ListOpVector__SWIG_1(SdfInt64ListOpVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }