예제 #1
0
 public VtMatrix4dArrayVector(VtMatrix4dArrayVector other) : this(UsdCsPINVOKE.new_VtMatrix4dArrayVector__SWIG_1(VtMatrix4dArrayVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public VtMatrix4dArrayVectorEnumerator(VtMatrix4dArrayVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #3
0
 public void SetRange(int index, VtMatrix4dArrayVector values)
 {
     UsdCsPINVOKE.VtMatrix4dArrayVector_SetRange(swigCPtr, index, VtMatrix4dArrayVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public bool ComputeInstanceTransformsAtTimes(VtMatrix4dArrayVector xformsArray, UsdTimeCodeVector times, UsdTimeCode baseTime)
        {
            bool ret = UsdCsPINVOKE.UsdGeomPointInstancer_ComputeInstanceTransformsAtTimes__SWIG_2(swigCPtr, VtMatrix4dArrayVector.getCPtr(xformsArray), UsdTimeCodeVector.getCPtr(times), UsdTimeCode.getCPtr(baseTime));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool ComputeInstanceTransformsAtTimes(VtMatrix4dArrayVector xformsArray, UsdTimeCodeVector times, UsdTimeCode baseTime, UsdGeomPointInstancer.ProtoXformInclusion doProtoXforms, UsdGeomPointInstancer.MaskApplication applyMask)
        {
            bool ret = UsdCsPINVOKE.UsdGeomPointInstancer_ComputeInstanceTransformsAtTimes__SWIG_0(swigCPtr, VtMatrix4dArrayVector.getCPtr(xformsArray), UsdTimeCodeVector.getCPtr(times), UsdTimeCode.getCPtr(baseTime), (int)doProtoXforms, (int)applyMask);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #6
0
        public static VtMatrix4dArrayVector Repeat(VtMatrix4dArray value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.VtMatrix4dArrayVector_Repeat(VtMatrix4dArray.getCPtr(value), count);
            VtMatrix4dArrayVector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new VtMatrix4dArrayVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #7
0
        public VtMatrix4dArrayVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.VtMatrix4dArrayVector_GetRange(swigCPtr, index, count);
            VtMatrix4dArrayVector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new VtMatrix4dArrayVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VtMatrix4dArrayVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }