Example #1
0
 public StdDoubleVectorEnumerator(StdDoubleVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Example #2
0
 public StdDoubleVector(StdDoubleVector other) : this(UsdCsPINVOKE.new_StdDoubleVector__SWIG_1(StdDoubleVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 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();
     }
 }
Example #4
0
 public void SetRange(int index, StdDoubleVector values)
 {
     UsdCsPINVOKE.StdDoubleVector_SetRange(swigCPtr, index, StdDoubleVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
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);
        }
        public static bool GetTimeSamples(UsdGeomXformOpVector orderedXformOps, StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdGeomXformable_GetTimeSamples__SWIG_1(UsdGeomXformOpVector.getCPtr(orderedXformOps), StdDoubleVector.getCPtr(times));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
        public StdDoubleVector GetTimeSamplesInInterval(GfInterval interval)
        {
            StdDoubleVector ret = new StdDoubleVector(UsdCsPINVOKE.UsdAttribute_GetTimeSamplesInInterval(swigCPtr, GfInterval.getCPtr(interval)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #8
0
        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);
        }
Example #9
0
        public static StdDoubleVector Repeat(double value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.StdDoubleVector_Repeat(value, count);
            StdDoubleVector       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StdDoubleVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #10
0
        public StdDoubleVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.StdDoubleVector_GetRange(swigCPtr, index, count);
            StdDoubleVector       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StdDoubleVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #11
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);
        }
Example #12
0
        public bool GetTimeSamples(StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdGeomPrimvar_GetTimeSamples(swigCPtr, StdDoubleVector.getCPtr(times));

            return(ret);
        }
Example #13
0
        public bool GetBlendShapeWeightTimeSamples(StdDoubleVector attrs)
        {
            bool ret = UsdCsPINVOKE.UsdSkelAnimQuery_GetBlendShapeWeightTimeSamples(swigCPtr, StdDoubleVector.getCPtr(attrs));

            return(ret);
        }
Example #14
0
        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 bool GetTimeSamples(StdDoubleVector times)
        {
            bool ret = UsdCsPINVOKE.UsdGeomXformable_GetTimeSamples__SWIG_0(swigCPtr, StdDoubleVector.getCPtr(times));

            return(ret);
        }
Example #17
0
        public StdDoubleVector GetTimeSamples()
        {
            StdDoubleVector ret = new StdDoubleVector(UsdCsPINVOKE.UsdAttribute_GetTimeSamples(swigCPtr), true);

            return(ret);
        }
Example #18
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(StdDoubleVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }