コード例 #1
0
 public void SetRange(int index, StdDoubleVector values)
 {
     UsdCsPINVOKE.StdDoubleVector_SetRange(swigCPtr, index, StdDoubleVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: GfMatrix4f.cs プロジェクト: feniksa/usd-unity-sdk
 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();
     }
 }
コード例 #3
0
        public bool GetTimeSamples(StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdGeomPrimvar_GetTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times));

            return(ret);
        }
コード例 #4
0
        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);
        }
コード例 #5
0
        public bool GetBlendShapeWeightTimeSamples(StdDoubleVector attrs)
        {
            bool ret = UsdCsPINVOKE.UsdSkelAnimQuery_GetBlendShapeWeightTimeSamples(swigCPtr, StdDoubleVector.getCPtr(attrs));

            return(ret);
        }
コード例 #6
0
        public bool GetJointTransformTimeSamples(StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdSkelAnimQuery_GetJointTransformTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times));

            return(ret);
        }
コード例 #7
0
        public bool GetTimeSamples(StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdSkelSkinningQuery_GetTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times));

            return(ret);
        }
コード例 #8
0
        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);
        }
コード例 #9
0
        public bool GetTimeSamples(StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdGeomXformable_GetTimeSamples__SWIG_0(swigCPtr, StdDoubleVector.getCPtr(times));

            return(ret);
        }
コード例 #10
0
 public StdDoubleVector(StdDoubleVector other) : this(UsdCsPINVOKE.new_StdDoubleVector__SWIG_1(StdDoubleVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #11
0
ファイル: UsdAttribute.cs プロジェクト: soulhez/usd-unity-sdk
        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);
        }
コード例 #12
0
        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);
        }