public void SetRange(int index, StdDoubleVector values) { UsdCsPINVOKE.StdDoubleVector_SetRange(swigCPtr, index, StdDoubleVector.getCPtr(values)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public GfMatrix4f(StdDoubleVector r0, StdDoubleVector r1, StdDoubleVector r2, StdDoubleVector r3) : this(UsdCsPINVOKE.new_GfMatrix4f__SWIG_6(StdDoubleVector.getCPtr(r0), StdDoubleVector.getCPtr(r1), StdDoubleVector.getCPtr(r2), StdDoubleVector.getCPtr(r3)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public bool GetTimeSamples(StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdGeomPrimvar_GetTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times)); return(ret); }
public bool GetBlendShapeWeightTimeSamplesInInterval(GfInterval interval, StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdSkelAnimQuery_GetBlendShapeWeightTimeSamplesInInterval(swigCPtr, GfInterval.getCPtr(interval), StdDoubleVector.getCPtr(times)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool GetBlendShapeWeightTimeSamples(StdDoubleVector attrs) { bool ret = UsdCsPINVOKE.UsdSkelAnimQuery_GetBlendShapeWeightTimeSamples(swigCPtr, StdDoubleVector.getCPtr(attrs)); return(ret); }
public bool GetJointTransformTimeSamples(StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdSkelAnimQuery_GetJointTransformTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times)); return(ret); }
public bool GetTimeSamples(StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdSkelSkinningQuery_GetTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times)); return(ret); }
public static bool GetTimeSamplesInInterval(UsdGeomXformOpVector orderedXformOps, GfInterval interval, StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdGeomXformable_GetTimeSamplesInInterval(UsdGeomXformOpVector.getCPtr(orderedXformOps), GfInterval.getCPtr(interval), StdDoubleVector.getCPtr(times)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool GetTimeSamples(StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdGeomXformable_GetTimeSamples__SWIG_0(swigCPtr, StdDoubleVector.getCPtr(times)); return(ret); }
public StdDoubleVector(StdDoubleVector other) : this(UsdCsPINVOKE.new_StdDoubleVector__SWIG_1(StdDoubleVector.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool GetUnionedTimeSamples(UsdAttributeVector attrs, StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdAttribute_GetUnionedTimeSamples(UsdAttributeVector.getCPtr(attrs), StdDoubleVector.getCPtr(times)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static bool GetUnionedTimeSamplesInInterval(UsdAttributeQueryVector attrQueries, GfInterval interval, StdDoubleVector times) { bool ret = UsdCsPINVOKE.UsdAttributeQuery_GetUnionedTimeSamplesInInterval(UsdAttributeQueryVector.getCPtr(attrQueries), GfInterval.getCPtr(interval), StdDoubleVector.getCPtr(times)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }