Exemplo n.º 1
0
 public void SetRange(int index, SdfAttributeSpecHandleVector values)
 {
     UsdCsPINVOKE.SdfAttributeSpecHandleVector_SetRange(swigCPtr, index, SdfAttributeSpecHandleVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetAttributesForTargetPath(SdfPath path, SdfAttributeSpecHandleVector newAttrs)
 {
     UsdCsPINVOKE.SdfRelationshipSpecHandle_SetAttributesForTargetPath(swigCPtr, SdfPath.getCPtr(path), SdfAttributeSpecHandleVector.getCPtr(newAttrs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public SdfAttributeSpecHandleVector(SdfAttributeSpecHandleVector other) : this(UsdCsPINVOKE.new_SdfAttributeSpecHandleVector__SWIG_1(SdfAttributeSpecHandleVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }